Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Rebuild z3 if options have changed
Browse files Browse the repository at this point in the history
ref #24
  • Loading branch information
jklmnn committed Nov 10, 2021
1 parent 0c2b832 commit 87f2c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: |
z3/z3/build/libz3.so
z3/z3/build/Makefile
key: ${{ hashFiles('z3/z3/CMakeLists.txt') }}
key: ${{ hashFiles('z3/z3/CMakeLists.txt', 'Makefile') }}
- name: Test
run: |
make test

0 comments on commit 87f2c8d

Please sign in to comment.