We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093d1b6 commit cb4af13Copy full SHA for cb4af13
.github/workflows/build-wasm_of_ocaml.yml
@@ -136,6 +136,10 @@ jobs:
136
working-directory: ./wasm_of_ocaml
137
run: opam exec -- dune build @runtest-wasm --profile with-effects
138
139
+ - name: pin sedlex
140
+ if: matrix.all_jane_street_tests
141
+ run: opam pin add sedlex 3.4
142
+
143
- name: Run Base tests
144
if: matrix.all_jane_street_tests
145
continue-on-error: ${{ matrix.os == 'windows-latest' }}
0 commit comments