Skip to content

Commit 291549e

Browse files
committed
WIP
1 parent e08d999 commit 291549e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ jobs:
126126
# It's faster to use a cached version
127127
run: opam install --fake binaryen-bin
128128

129+
- name: pin dune
130+
run: opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2
131+
129132
- run: opam install . --best-effort --solver builtin-mccs+glpk
130133
if: ${{ matrix.skip-test }}
131134

0 commit comments

Comments
 (0)