Skip to content

Commit

Permalink
Update .github/workflows/main.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: nlewycky <[email protected]>
  • Loading branch information
jubianchi and nlewycky authored Feb 22, 2021
1 parent 9fb16ab commit 3590b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
sh ./rustup.sh -y
source ~/.cargo/env
rm -f ./rustup.sh
rm ./rustup.sh
# Set up Rust
rustup toolchain install ${{ matrix.rust }}
Expand Down

0 comments on commit 3590b16

Please sign in to comment.