aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcsett86 <csett86@web.de>2021-11-06 13:42:54 +0100
committerGitHub <noreply@github.com>2021-11-06 13:42:54 +0100
commitca21b040c4a8e7983276e29b662dedc77d519665 (patch)
tree5995a4b17276b167a87353664e59dca42723485f /.github
parent935515d7ce71c76730280dd38b8cbd864a85bdd3 (diff)
Update jitsi-meet-electron-utils to electron 14+ compatible version (#655)
Replaced all remote module usages Updated robotjs to context-aware fork Updated node-gyp on windows to get it compiling again
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6b8a5e0..02d002e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,6 +60,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '16.x'
+ - name: latest node-gyp for robotjs
+ run: |
+ npm install --global node-gyp@8.4.0
+ npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
- name: Build it
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}