Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Add caching for npm
  • Loading branch information
dhritzkiv authored Mar 27, 2024
1 parent fefd240 commit c0f8110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install -y build-essential libgl1-mesa-dri libglapi-mesa
libglew-dev libglu1-mesa-dev libosmesa6
Expand Down

0 comments on commit c0f8110

Please sign in to comment.