Skip to content

Commit 67686d2

Browse files
Update build.yml
1 parent 3756be4 commit 67686d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
$file = "node_modules/register-scheme/binding.gyp"
5555
(Get-Content $file) | ForEach-Object {
56-
$_ -replace "'openssl_fips != \"\"'", "'openssl_fips != \"\" or \"openssl_fips\" in vars'"
56+
$_ -replace "'openssl_fips != \"\"'", "'openssl_fips != '''' or 'openssl_fips' in vars'"
5757
} | Set-Content $file
5858
5959
- name: Run build script

0 commit comments

Comments
 (0)