Skip to content

Commit

Permalink
Fixup uv install scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 4, 2025
1 parent f1c7b37 commit 4db6f27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
uses: astral-sh/setup-uv@v4
- name: Install the latest version of uv
if: matrix.os == 'windows-arm64'
shell: cmd
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "~/.local/bin" >> "${GITHUB_PATH}"
source ~/.local/bin/env
"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
cargo install --git https://github.com/astral-sh/uv uv
uv -V
- name: Installing emulators
if: matrix.docker-platform != ''
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
uses: astral-sh/setup-uv@v4
- name: Install the latest version of uv
if: matrix.os == 'windows-arm64'
shell: cmd
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "~/.local/bin" >> "${GITHUB_PATH}"
source ~/.local/bin/env
"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
cargo install --git https://github.com/astral-sh/uv uv
uv -V
- name: Installing emulators
if: matrix.docker-platform != ''
Expand Down

0 comments on commit 4db6f27

Please sign in to comment.