Skip to content

Commit

Permalink
Debug Windows ARM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 4, 2025
1 parent 64a84af commit df88355
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,17 @@ jobs:
- name: Install the latest version of uv
if: matrix.docker-platform == '' && matrix.os != 'windows-arm64'
uses: astral-sh/setup-uv@v4
- name: Debug
if: matrix.os == 'windows-arm64'
shell: powershell
run: |
where *.exe
- name: Install the latest version of uv
if: matrix.os == 'windows-arm64'
run: |
py -3.12 -m venv .venv
echo "$(pwd)/.venv/Scripts" >> "${GITHUB_PATH}"
CC=`find cl.exe` pip install --root-user-action ignore uv
pip install --root-user-action ignore uv
- name: Installing emulators
if: matrix.docker-platform != ''
run: docker run --privileged --rm tonistiigi/binfmt --install all
Expand Down

0 comments on commit df88355

Please sign in to comment.