Skip to content

Commit 2f3069a

Browse files
Update build.yml
1 parent 3c877a4 commit 2f3069a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
restore-keys: |
4545
${{ runner.os }}-node-modules-
4646
47-
- name: Install node-gyp with patch
48-
run: npm install -g node-gyp --build-from-source
47+
- name: Set Environment Variables for node-gyp
48+
run: |
49+
setx OPENSSL_FIPS ""
4950
5051
5152
- name: Install dependencies

0 commit comments

Comments
 (0)