Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Jul 2, 2022
1 parent 628ac40 commit 1e59584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
yum install -y gcc g++ which
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --target x86_64-unknown-linux-musl x86_64-unknown-linux-gnu
cat $HOME/.cargo/env >> $GITHUB_ENV
echo $HOME/.cargo/bin >> $GITHUB_PATH
which rustup
which cargo
- name: Build
Expand Down

0 comments on commit 1e59584

Please sign in to comment.