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 58b903c commit c6b074d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
echo 'source $HOME/.cargo/env' >> $HOME/.bashrc\
source $HOME/.cargo/env
export PATH="$HOME/.cargo/bin:${PATH}"
rustup target add x86_64-unknown-linux-musl
- name: Build
Expand Down

0 comments on commit c6b074d

Please sign in to comment.