Skip to content

Commit

Permalink
maybe this will make z3 install work for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
samalws-tob committed Apr 9, 2024
1 parent f673423 commit 3af4b52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,11 @@ jobs:
run: sudo apt install z3

- name: Install Z3 (Windows)
uses: msys2/setup-msys2@v2
if: runner.os == 'Windows'
run: pacman -S mingw-w64-x86_64-z3
with:
update: true
install: z3

- name: Download testsuite
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3af4b52

Please sign in to comment.