Skip to content

Commit

Permalink
Use /runner/. $HOME is not set correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Sep 6, 2024
1 parent 5faa34c commit 39a4b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FEATURES=$3

# Install rust tooling
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
. "$HOME/.cargo/env"
. "/home/runner/.cargo/env"

rustc -V
cargo -V
Expand Down

0 comments on commit 39a4b24

Please sign in to comment.