Skip to content

Commit

Permalink
Merge pull request #43 from csett86/ffmuc-no-rebuild
Browse files Browse the repository at this point in the history
Revert "ci: switch back to rebuilding dependencies"
  • Loading branch information
awlx authored Dec 29, 2021
2 parents b567bd5 + bc92040 commit 5b0d307
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -74,10 +72,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: latest node-gyp for robotjs
run: |
npm install --global [email protected]
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 }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"generateUpdatesFilesForAllChannels": true,
"afterPack": "./linux-sandbox-fix.js",
"afterSign": "./notarize.js",
"buildDependenciesFromSource": true,
"files": [
"build",
"resources",
Expand Down

0 comments on commit 5b0d307

Please sign in to comment.