Skip to content

Commit 77f6c4d

Browse files
committed
Enable ACTIONS_ALLOW_UNSECURE_COMMANDS for Install Nix step
It's gonna be fine!
1 parent 2ec3f07 commit 77f6c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104

105105
- name: Install Nix
106106
uses: cachix/install-nix-action@v6
107+
env:
108+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
107109

108110
- name: Build
109111
run: |

0 commit comments

Comments
 (0)