Skip to content

Commit

Permalink
Set default toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Aug 5, 2022
1 parent 4db0cad commit 9f5dfca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
- uses: actions/checkout@v2
- name: Install rust
run: |
rustup toolchain list
rustup toolchain install ${{ matrix.rust }}
rustup toolchain list
rustup target list
rustup default ${{ matrix.rust }}
rustup target add ${{ env.CORE_TARGET }} --toolchain ${{ matrix.rust }}
rustup target list
- name: make rustc version available to cache keys
id: rustc
run: echo "::set-output name=version::$(rustc -V)"
Expand Down

0 comments on commit 9f5dfca

Please sign in to comment.