Skip to content

Commit 70b4dae

Browse files
committed
CI: explicitly set version of all jsoo packages
1 parent 84db6ec commit 70b4dae

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
@@ -122,7 +122,7 @@ jobs:
122122
- run: opam install . --best-effort
123123
if: ${{ matrix.skip-test }}
124124

125-
- run: cat VERSION | xargs opam pin wasm_of_ocaml-compiler . -n --with-version
125+
- run: cat VERSION | xargs opam pin . -n --with-version
126126
if: ${{ !matrix.skip-test }}
127127
shell: bash
128128

0 commit comments

Comments
 (0)