Skip to content

Commit

Permalink
CI: explicitly set version of all jsoo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Nov 26, 2024
1 parent 25eed2d commit b4e5c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- run: opam install . --best-effort
if: ${{ matrix.skip-test }}

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

Expand Down

0 comments on commit b4e5c16

Please sign in to comment.