Skip to content

Commit a8fcd07

Browse files
committed
Try GHA build fixes
1 parent 050a1c3 commit a8fcd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev-win64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: npm install --production
2121
working-directory: nexe
2222
# diagnose weird execution failure
23-
- run: "C:\Program Files\Git\usr\bin\sed" -i "s/child_process_1\.spawn/this.log.step('Executing ' + command + ' ' + args); \0/" node_modules/nexe/lib/compiler.js
23+
- run: "C:\\Program Files\\Git\\usr\\bin\\sed" -i "s/child_process_1\.spawn/this.log.step('Executing ' + command + ' ' + args); \0/" node_modules/nexe/lib/compiler.js
2424
working-directory: nexe
2525
- run: node build
2626
working-directory: nexe

0 commit comments

Comments
 (0)