Skip to content

Commit

Permalink
Install non-ez-conf-lib mlgmpidl in unlocked CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Feb 20, 2024
1 parent c04c765 commit 976c8aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ matrix.apron }}
run: |
opam depext apron
opam install apron
opam install apron mlgmpidl.1.2.15
- name: Install Z3 dependencies
if: ${{ matrix.z3 }}
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install Apron dependencies
run: |
opam depext apron
opam install apron
opam install apron mlgmpidl.1.2.15
- name: Build
if: ${{ false }}
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
- name: Install Apron dependencies
run: |
opam depext apron
opam install apron
opam install apron mlgmpidl.1.2.15
- name: Symlink installed goblint to repository # because tests want to use locally built one
run: ln -s $(opam exec -- which goblint) goblint
Expand Down

0 comments on commit 976c8aa

Please sign in to comment.