Skip to content

Commit

Permalink
ci: fix aarch windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Sep 23, 2024
1 parent 98cb3cf commit 0518beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:

- name: Cargo test
uses: clechasseur/rs-cargo@v2
if: ${{ matrix.target != 'aarch64-pc-windows-msvc' }}
with:
use-cross: ${{ matrix.cross }}
command: test
Expand Down

0 comments on commit 0518beb

Please sign in to comment.