Skip to content

Commit

Permalink
CI: Use rustup directly not actions-rs/toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 11, 2024
1 parent b635360 commit 323d5c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Rust ${{ matrix.rust-version }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust-version }}
override: true
run: rustup toolchain install ${{ matrix.rust-version }} --profile minimal
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 323d5c8

Please sign in to comment.