Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit a88b1aa

Browse files
Update build.yml
1 parent 101d003 commit a88b1aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ jobs:
3434
uses: actions/checkout@v1
3535

3636
- name: Install Rustup (macOS)
37-
env:
38-
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
3937
run: |
4038
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
41-
echo ::add-path::$HOME/.cargo/bin
39+
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
4240
if: runner.os == 'macOS'
4341

4442
- name: Set Rustup profile to minimal

0 commit comments

Comments
 (0)