We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd65588 commit ae57150Copy full SHA for ae57150
.github/workflows/release.yaml
@@ -67,6 +67,7 @@ jobs:
67
run: |
68
apt-get update && apt-get install -y build-essential curl
69
curl --proto '=https' --tlsv1.2 "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
70
+ echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
71
72
- name: Install Rust toolchain
73
0 commit comments