Skip to content

Commit

Permalink
Remove rustup in favor of rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkforest committed Mar 12, 2023
1 parent cbd3958 commit 0139af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add ${{ matrix.target }}
with:
target: ${{ matrix.target }}
- run: ${{ matrix.deps }}
- run: cargo test --target ${{ matrix.target }} --all-features

Expand Down

0 comments on commit 0139af7

Please sign in to comment.