Skip to content

Commit

Permalink
This has to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Sep 15, 2024
1 parent 519f165 commit 30dc99f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ jobs:
id: pages
uses: actions/configure-pages@v5

- name: Install dependencies
run: |
opam install -y . --deps-only --with-doc --with-test
opam install z3
- name: Install smtml
run: opam install -y . z3 --with-doc --with-test

- name: Build
- name: Build doc
run: opam exec -- dune build @doc

- name: Coverage report
Expand Down

0 comments on commit 30dc99f

Please sign in to comment.