Skip to content

Commit 387101f

Browse files
committed
CI: explicitly set version of all jsoo packages
1 parent 6e4f00b commit 387101f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- run: opam install . --best-effort
131131
if: ${{ matrix.skip-test }}
132132

133-
- run: cat VERSION | xargs opam pin wasm_of_ocaml-compiler . -n --with-version
133+
- run: cat VERSION | xargs opam pin . -n --with-version
134134
if: ${{ !matrix.skip-test }}
135135
shell: bash
136136

0 commit comments

Comments
 (0)