Skip to content

Commit

Permalink
Try GHA build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Dec 10, 2024
1 parent a8fcd07 commit 18f4c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm install --production
working-directory: nexe
# diagnose weird execution failure
- 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
- 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
working-directory: nexe
- run: node build
working-directory: nexe
Expand Down

0 comments on commit 18f4c25

Please sign in to comment.