Skip to content

Commit

Permalink
windows z3 package name, use apt-get rather than apt
Browse files Browse the repository at this point in the history
  • Loading branch information
samalws-tob committed Apr 9, 2024
1 parent 3af4b52 commit f853032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,14 @@ jobs:

- name: Install Z3 (Linux)
if: runner.os == 'Linux'
run: sudo apt install z3
run: sudo apt-get install -y z3

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

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

0 comments on commit f853032

Please sign in to comment.