Skip to content

Commit

Permalink
Merge pull request #54 from sei-eschwartz/main
Browse files Browse the repository at this point in the history
Don't create so many caches
  • Loading branch information
sei-eschwartz committed Oct 3, 2023
2 parents b61e44e + 71c901c commit 944f94c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_on_push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- uses: actions/checkout@v3
- name: Set up ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
key: z3-ccache
- name: Set up ccache PATH
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
Expand Down

0 comments on commit 944f94c

Please sign in to comment.