Skip to content

Commit

Permalink
non-interactive rustup installation
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 3, 2024
1 parent cbfa7e7 commit 7365cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
apk update
apk add python3 py3-pip git curl
fi
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
run: |
pip install nox
nox -s ffi-check
Expand Down

0 comments on commit 7365cff

Please sign in to comment.