Skip to content

Commit

Permalink
fix windows arm target
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 21, 2023
1 parent 8b6f329 commit 3468b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: ${{ github.workspace }}/languages/python/BitwardenClient/

- name: Setup Windows ARM64
if: ${{ contains(matrix.build, 'windows-msvc-arm64') }}
if: ${{ matrix.settings.target == 'aarch64-pc-windows-msvc' }}
run: |
# ring crate: add Visual Studio Build Tools "VS 2022 C++ ARM64 build tools" and "clang" components
$env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin"
Expand Down

0 comments on commit 3468b6c

Please sign in to comment.