Skip to content

Commit

Permalink
fix: actually install the right toolchain this time
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Jul 15, 2023
1 parent 6208256 commit c2140e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- id: init
run: |
rustup toolchain install stable --profile minimal
rustup target add x86_64-unknown-linux-musl
echo "##[set-output name=sha7;]$(echo ${GITHUB_SHA:0:7})"
- uses: Swatinem/rust-cache@v2
- name: Build
Expand Down

0 comments on commit c2140e5

Please sign in to comment.