Skip to content

Commit

Permalink
fix aarch64 if?
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 16, 2024
1 parent f6a08c8 commit ac9860b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: uv python install 3.9 3.10 3.11 3.12 3.13 pypy3.10

- name: Add aarch64
if: ${{ matrix.platform.target }} == "aarch64"
if: ${{ matrix.platform.target == 'aarch64' }}
run: |
sudo apt-get install musl-tools clang llvm -y
echo CC_aarch64_unknown_linux_musl=clang >> $GITHUB_ENV
Expand Down

0 comments on commit ac9860b

Please sign in to comment.