followup fix
This commit is contained in:
parent
5f2b0661af
commit
3e755af621
1 changed files with 1 additions and 1 deletions
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install uv
|
pip install uv
|
||||||
uv venv --system-site-packages --relocatable
|
uv venv --system-site-packages --relocatable
|
||||||
uv sync --link-mode=copy --active -extra installer
|
uv sync --link-mode=copy --active --extra installer
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue