Skip to content

Commit

Permalink
Fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
riotcam committed May 15, 2024
1 parent f33b6eb commit 7f76ee9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- arm-unknown-linux-gnueabi
steps:
- uses: actions/checkout@v4
- run rustup update --no-self-update stable
- run rustup default stable
- run rustup target add --toolchain stable ${{matrix.target}}
- run cross test --target ${{matrix.target}}
- run: rustup update --no-self-update stable
- run: rustup default stable
- run: rustup target add --toolchain stable ${{matrix.target}}
- run: cross test --target ${{matrix.target}}

0 comments on commit 7f76ee9

Please sign in to comment.