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 11, 2024
1 parent a3b9921 commit 2b688a8
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 @@ -21,7 +21,7 @@ jobs:
working-directory: nexe
# diagnose weird execution failure
- run: |
Start-Process -FilePath "C:\Program Files\Git\usr\bin\sed" -ArgumentList "-i", "s/child_process_1\.spawn/this.log.step('Executing ' + command + ' ' + args); \0/", "node_modules/nexe/lib/compiler.js"
(Get-Content -Path "node_modules/nexe/lib/compiler.js" -Raw) -replace 'child_process_1.spawn', 'this.log.step(''Executing ''+command+'' ''+args);child_process_1.spawn' | Set-Content -Path "node_modules/nexe/lib/compiler.js"
working-directory: nexe
- run: node build
working-directory: nexe
Expand Down

0 comments on commit 2b688a8

Please sign in to comment.