Skip to content

Commit

Permalink
Cache cache
Browse files Browse the repository at this point in the history
  • Loading branch information
klaftertief committed Nov 27, 2023
1 parent 89273b0 commit 23d5102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
with:
node-version: 18
cache: 'npm'
- uses: actions/cache@v3
with:
path: cache
- run: make install
- run: make clean setup build

0 comments on commit 23d5102

Please sign in to comment.