We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfbd48 commit 9de3467Copy full SHA for 9de3467
.github/workflows/build-wasm_of_ocaml.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Pin wasm_of_ocaml
80
working-directory: ./wasm_of_ocaml
81
- run: opam pin -n --with-version `< VERSION` .
+ run: opam pin -n --with-version 6.0 .
82
83
- name: Checkout Jane Street packages
84
run: |
0 commit comments