Skip to content

Commit

Permalink
build: attempt to fix ci on aarch64 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mahor1221 committed Jul 9, 2024
1 parent ba89864 commit 1dde55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
targets: ${{ matrix.target }}

- if: startsWith(matrix.os, 'aarch64-')
- if: startsWith(matrix.target, 'aarch64-unknown-linux-')
uses: taiki-e/install-action@v2
with:
tool: cross
Expand Down

0 comments on commit 1dde55b

Please sign in to comment.