Skip to content

Commit

Permalink
fix(docker-ubuntu-rust-install.sh): Add env
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Aug 6, 2024
1 parent f5a24eb commit 9d45988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/docker-ubuntu-rust-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ target=${1:-''}

curl https://sh.rustup.rs -sSf | bash -s -- -y

. "$HOME/.cargo/env"

sudo apt install musl-tools -y

rustup target add $target
Expand Down

0 comments on commit 9d45988

Please sign in to comment.