Skip to content

Commit cb4af13

Browse files
committed
fix CI
1 parent 093d1b6 commit cb4af13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ jobs:
136136
working-directory: ./wasm_of_ocaml
137137
run: opam exec -- dune build @runtest-wasm --profile with-effects
138138

139+
- name: pin sedlex
140+
if: matrix.all_jane_street_tests
141+
run: opam pin add sedlex 3.4
142+
139143
- name: Run Base tests
140144
if: matrix.all_jane_street_tests
141145
continue-on-error: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)