From bc92040a25df2b9fc0f180f20d60027338495c89 Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Wed, 29 Dec 2021 13:06:29 +0100 Subject: [PATCH] Revert "ci: switch back to rebuilding dependencies" This reverts commit 24140c427aa73b5f31c0a61be2af40d7f31594ef. With prebuildify upstream the rebuild is no longer necessary --- .github/workflows/ci.yml | 6 ------ package.json | 1 - 2 files changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e0b4c43..9ef2e661f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '16' - - name: Install dependencies - run: sudo apt-get install libx11-dev zlib1g-dev libpng-dev libxtst-dev - name: Build it env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -74,10 +72,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '16' - - 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 }} diff --git a/package.json b/package.json index fc29479d3..f3776e7d0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "generateUpdatesFilesForAllChannels": true, "afterPack": "./linux-sandbox-fix.js", "afterSign": "./notarize.js", - "buildDependenciesFromSource": true, "files": [ "build", "resources",