Skip to content

Commit

Permalink
does waiting for node-7z-archives build help?
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywoode committed Feb 17, 2025
1 parent c9ecd7d commit 2b355bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
timeout-minutes: 30
shell: bash

# introduce aa delay to help nod7z-archive build
- name: delay
run: sleep 10
shell: bash

- name: delete canvas #https://github.com/mozilla/pdf.js/issues/15652
run: rm -rf node_modules/canvas
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remix-electron-template",
"description": "",
"version": "0.0.29",
"version": "0.0.31",
"private": true,
"main": "desktop/index.js",
"sideEffects": false,
Expand Down

0 comments on commit 2b355bc

Please sign in to comment.