Skip to content

Commit

Permalink
Remove actions-rs stuff from arm CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
riotcam committed May 15, 2024
1 parent d3dbb72 commit f33b6eb
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,7 @@ jobs:
- arm-unknown-linux-gnueabi
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{matrix.target}}
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: test
args: --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 f33b6eb

Please sign in to comment.