Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger2005 committed May 3, 2022
1 parent 0fdd3d4 commit 5bfe52b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
node-version: 16

- name: Rebuild IoHook Library
run: npm install
run: cd node_modules/iohook
run: npm rebuild --runtime=electron --target=12.0.0 --disturl=https://atom.io/download/atom-shell --abi=87
run: cd ../..
run: npm install && cd node_modules/iohook && npm rebuild --runtime=electron --target=12.0.0 --disturl=https://atom.io/download/atom-shell --abi=87 && cd ../..

- name: Build/release Electron app (Ubuntu)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 5bfe52b

Please sign in to comment.