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

Commit 101d003

Browse files
committed
UNSECURE COMMANDS fix
1 parent e96dc8d commit 101d003

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: actions/checkout@v1
3535

3636
- name: Install Rustup (macOS)
37+
env:
38+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
3739
run: |
3840
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3941
echo ::add-path::$HOME/.cargo/bin

0 commit comments

Comments
 (0)