Skip to content

Commit

Permalink
👷 Add Z3 Setup to enable Synthesizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ystade committed Jun 8, 2024
1 parent 7ea38e1 commit be81273
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
fetch-depth: 0
# set up MSVC development environment
- uses: ilammy/msvc-dev-cmd@v1
# Setup Z3
- name: Setup Z3
uses: cda-tum/setup-z3@v1
with:
version: "4.13.0"
env:
GITHUB_TOKEN: ${{ github.token }}
# set up ccache for faster C++ builds
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1
Expand Down

0 comments on commit be81273

Please sign in to comment.