Skip to content

Commit

Permalink
fix(ci): faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMcAssey committed Nov 18, 2023
1 parent 46ff4bc commit 3b96278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
architecture: ${{ matrix.arch }}
- run: npm install
- name: Prebuildify
Expand All @@ -53,6 +54,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install OS Dependencies
if: runner.os == 'Linux'
run: sudo apt-get install libxtst-dev libpng++-dev gcc g++ -y
Expand Down

0 comments on commit 3b96278

Please sign in to comment.