Skip to content

Commit 6627ba4

Browse files
committed
Revert "Misc: pin dune"
This reverts commit 68962e0.
1 parent f965d2d commit 6627ba4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/js_of_ocaml.yml

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

164-
- name: pin dune
165-
run: opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2
166-
167164
- run: opam install . --best-effort --solver builtin-mccs+glpk
168165
if: ${{ matrix.skip-test }}
169166

.github/workflows/wasm_of_ocaml.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ jobs:
111111
- run: opam install conf-pkg-config conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-x86_64
112112
if: runner.os == 'Windows'
113113

114-
- name: pin dune
115-
run: opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2
116-
117114
- name: Pin wasm_of_ocaml
118115
working-directory: ./wasm_of_ocaml
119116
run: opam pin . -n --with-version dev

0 commit comments

Comments
 (0)