Skip to content

Commit

Permalink
Add .stack-work to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
phihos committed Feb 14, 2024
1 parent 39f34bf commit 90c6794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Cache build dependencies
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-build-deps
with:
key: ${{ runner.os }}-build-${{ env.cache-name }}
path: .cache
path: |
.cache
duckling-ffi/.stack-work
- name: Run build script
run: |
./build.sh
Expand Down

0 comments on commit 90c6794

Please sign in to comment.