Skip to content

Commit

Permalink
More Windows Shenanigans again with less escaping...
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 4, 2025
1 parent 8187af2 commit ea7d6e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
py -3.12 -m venv .venv
echo "$(pwd)/.venv/Scripts" >> "${GITHUB_PATH}"
MSVC_HOME='"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC"'
MSVC_HOME="C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC"
MSVC_VER="14.41.34120"
CC="${MSVC_HOME}\${MSVC_VER}\bin\Hostarm64\arm64\cl.exe" \
pip install --root-user-action ignore uv
echo "${MSVC_HOME}/${MSVC_VER}/bin/Hostarm64/arm64" >> "${GITHUB_PATH}"
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 ea7d6e3

Please sign in to comment.