From 90c6794d6be7ba2b5ab99ea2ed0b37fb429bc4e9 Mon Sep 17 00:00:00 2001 From: Philipp Hossner Date: Wed, 14 Feb 2024 21:12:15 +0100 Subject: [PATCH] Add .stack-work to cache --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 159dc38..6ea8adb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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