Skip to content

Commit

Permalink
change arm win build target
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 21, 2023
1 parent 6167b1e commit 03dd20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
target: x86_64-pc-windows-msvc

- os: windows-2022
target: aarch64-pc-windows-msvc
target: windows-msvc-arm64

- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
path: ${{ github.workspace }}/languages/python/BitwardenClient/

- name: Setup Windows ARM64
if: ${{ matrix.settings.target == 'aarch64-pc-windows-msvc' }}
if: ${{ matrix.settings.target == 'windows-msvc-arm64' }}
shell: pwsh
run: |
# ring crate: add Visual Studio Build Tools "VS 2022 C++ ARM64 build tools" and "clang" components
Expand Down

0 comments on commit 03dd20d

Please sign in to comment.