Skip to content

Commit

Permalink
Stack cache, nproc
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Jul 22, 2024
1 parent f42a670 commit 213163b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
bison \
boost \
cmake \
coreutils \
flex \
fmt \
gcc \
Expand All @@ -123,6 +124,12 @@ jobs:
zlib \
z3
- name: 'Haskell Stack cache'
uses: actions/cache@v4
with:
path: ~/.stack
key: stack-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('haskell-backend/src/main/native/haskell-backend/stack.yaml') }}

- name: 'Build and Test K'
run: |
PATH="$(brew --prefix bison)/bin:$PATH"
Expand Down

0 comments on commit 213163b

Please sign in to comment.