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 50ecf2e commit 935f3a1Copy full SHA for 935f3a1
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Rustup
30
run: |
31
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
32
- echo ::add-path::$HOME/.cargo/bin
+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
33
if: runner.os == 'macOS'
34
35
- name: "Print Rust Version"
0 commit comments