Skip to content

Commit

Permalink
fix: windows electron install
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed May 16, 2024
1 parent 3f50d27 commit 983bc08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
mac:
if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
strategy:
fail-fast: false
matrix:
app: [hostd, renterd, walletd]
runs-on: macos-latest
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
linux:
if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
strategy:
fail-fast: false
matrix:
app: [hostd, renterd, walletd]
runs-on: ubuntu-latest
Expand All @@ -100,6 +102,7 @@ jobs:
windows:
if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
strategy:
fail-fast: false
matrix:
app: [hostd, renterd, walletd]
runs-on: windows-latest
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions renterd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"eslint-config-next": "13.3.0",
"globals": "^15.2.0",
"next": "13.5.2",
"phantomjs-prebuilt": "^2.1.16",
"postcss": "^8.4.31",
"rimraf": "^3.0.2",
"typescript": "5.0.3",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11474,7 +11474,7 @@ __metadata:
languageName: node
linkType: hard

"phantomjs-prebuilt@npm:^2.1.14":
"phantomjs-prebuilt@npm:^2.1.14, phantomjs-prebuilt@npm:^2.1.16":
version: 2.1.16
resolution: "phantomjs-prebuilt@npm:2.1.16"
dependencies:
Expand Down Expand Up @@ -12321,6 +12321,7 @@ __metadata:
globals: "npm:^15.2.0"
js-yaml: "npm:^4.1.0"
next: "npm:13.5.2"
phantomjs-prebuilt: "npm:^2.1.16"
postcss: "npm:^8.4.31"
react: "npm:^18.2.0"
react-dom: "npm:18.2.0"
Expand Down

0 comments on commit 983bc08

Please sign in to comment.