Skip to content

Commit 22f3c19

Browse files
committed
remotecontrol: Move to context-aware robotjs fork for electron 14+
1 parent 0a42993 commit 22f3c19

File tree

4 files changed

+2388
-2849
lines changed

4 files changed

+2388
-2849
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Install dependencies
2323
if: startsWith(matrix.os, 'ubuntu')
2424
run: sudo apt-get install libxtst-dev libpng++-dev
25+
- name: Update node-gyp
26+
run: |
27+
npm install --global [email protected]
28+
npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
2529
- run: npm install
2630
- name: Release prebuilt artifacts
2731
if: github.event_name == 'release' && github.event.action == 'published'

0 commit comments

Comments
 (0)