Skip to content

Commit

Permalink
attempt #3 to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
moste00 committed Oct 11, 2024
1 parent 197f976 commit 60e18bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/end2end-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
run: |
cd generator && source ~/.bash_profile
export OPAMCONFIRMLEVEL=yes
opam update && opam upgrade
opam install . --deps-only
opam update
opam install sail=0.18
sudo apt-get install z3
opam install . --deps-only
- name: Running the generator
run: |
Expand Down

0 comments on commit 60e18bf

Please sign in to comment.