Skip to content

Commit

Permalink
CI: Enable the installed toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
KillTheMule committed May 10, 2024
1 parent 8060c77 commit 11dd82f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
- name: Setup ${{ matrix.rust}} toolchain
run: |
rustup toolchain install ${{ matrix.rust }}
rustup toolchain ${{ matrix.rust }}
cargo --version
rustup show
rustup toolchain list
rustup target list
- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 11dd82f

Please sign in to comment.