Skip to content

Commit

Permalink
install z3 as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
samalws-tob committed Apr 9, 2024
1 parent 1690116 commit f673423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:

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

- name: Install Z3 (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit f673423

Please sign in to comment.