Skip to content

Commit

Permalink
Install cargo cross on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
riotcam committed May 15, 2024
1 parent 7f76ee9 commit 740ac53
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 @@ -101,4 +101,5 @@ jobs:
- run: rustup update --no-self-update stable
- run: rustup default stable
- run: rustup target add --toolchain stable ${{matrix.target}}
- uses: taiki-e/install-action@cross
- run: cross test --target ${{matrix.target}}

0 comments on commit 740ac53

Please sign in to comment.