Skip to content

Commit 935f3a1

Browse files
authored
Update rust.yml
1 parent 50ecf2e commit 935f3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Rustup
3030
run: |
3131
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
32-
echo ::add-path::$HOME/.cargo/bin
32+
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3333
if: runner.os == 'macOS'
3434

3535
- name: "Print Rust Version"

0 commit comments

Comments
 (0)