diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2157f12..efaf184 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'