Skip to content

Commit fc00dfa

Browse files
implausibleianhattendorf
authored andcommitted
Temporarily workaround new action restrictions
1 parent 0327c08 commit fc00dfa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,16 @@ jobs:
3333

3434
- name: Use Node.js
3535
uses: actions/setup-node@master
36+
env:
37+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
3638
with:
3739
node-version: ${{ matrix.node }}
3840

3941
- name: Install Dependencies for Ubuntu
4042
if: startsWith(matrix.os, 'ubuntu')
4143
run: sudo apt install build-essential libssl-dev libkrb5-dev libc++-dev
44+
env:
45+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
4246

4347
- name: Install
4448
env:
@@ -88,6 +92,8 @@ jobs:
8892

8993
- name: Use Node.js
9094
uses: implausible/setup-node@feature/expose-architecture-override
95+
env:
96+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
9197
with:
9298
node-version: ${{ matrix.node }}
9399
node-arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)