Skip to content

Commit

Permalink
troubleshoot win arm
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 21, 2023
1 parent 09bb280 commit 4cced58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ jobs:
run: |
# ring crate: add Visual Studio Build Tools "VS 2022 C++ ARM64 build tools" and "clang" components
echo 'C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin' >> "$GITHUB_PATH"
echo 'Output GITHUB_PATH'
cat "$GITHUB_PATH"
echo 'Output PowerShell PATH'
pwsh -c '$env:Path' || true
echo 'Checking if build tools exist'
ls -hal 'C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin'
exit 1 # fail because we are testing
- name: Build wheels
uses: PyO3/maturin-action@b9e8f88fd4448fdecf5095864cdc7e39a544aa9f # v1.40.7
Expand Down

0 comments on commit 4cced58

Please sign in to comment.