Skip to content

Commit

Permalink
Use cache for prebuilds as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 16, 2024
1 parent 0e0bd8b commit 3f91919
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: actions/cache@v4
with:
path: corestore
key: corestore-${{ matrix.platform }}-${{ matrix.arch }}
- run: npm install -g bare-dev
- run: bare-dev configure --platform ${{ matrix.platform }} --arch ${{ matrix.arch }}
- run: bare-dev build
Expand Down

0 comments on commit 3f91919

Please sign in to comment.