We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0327c08 commit fc00dfaCopy full SHA for fc00dfa
.github/workflows/tests.yml
@@ -33,12 +33,16 @@ jobs:
33
34
- name: Use Node.js
35
uses: actions/setup-node@master
36
+ env:
37
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
38
with:
39
node-version: ${{ matrix.node }}
40
41
- name: Install Dependencies for Ubuntu
42
if: startsWith(matrix.os, 'ubuntu')
43
run: sudo apt install build-essential libssl-dev libkrb5-dev libc++-dev
44
45
46
47
- name: Install
48
env:
@@ -88,6 +92,8 @@ jobs:
88
92
89
93
90
94
uses: implausible/setup-node@feature/expose-architecture-override
95
96
91
97
98
99
node-arch: ${{ matrix.arch }}
0 commit comments