Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Aug 5, 2022
1 parent c45abb9 commit 4396486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install rust
run: |
rustup toolchain install ${{ matrix.rust }}
rustup set default-host ${{ matrix.rust }}-${{ matrix.host.target }}
rustup default ${{ matrix.rust }}
rustup toolchain list
rustup target add ${{ env.CORE_TARGET }} --toolchain ${{ matrix.rust }}
- name: make rustc version available to cache keys
Expand Down

0 comments on commit 4396486

Please sign in to comment.