Skip to content

Commit 3ee1415

Browse files
committed
WIP
1 parent 4028ae2 commit 3ee1415

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/js_of_ocaml.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
skip-doc: false
6767
- os: ubuntu-latest
6868
os-name: Ubuntu
69-
ocaml-compiler: "5.5.0~alpha1"
69+
ocaml-name: "5.5.0~alpha1"
70+
ocaml-compiler: "ocaml-compiler.5.5.0~alpha1"
7071
skip-effects: false
7172
skip-test: false
7273
skip-doc: true

.github/workflows/wasm_of_ocaml.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
include:
3737
- os: ubuntu-latest
3838
os-name: Ubuntu
39-
ocaml-compiler: "5.5.0~alpha1"
39+
ocaml-name: "5.5.0~alpha1"
40+
ocaml-compiler: "ocaml-compiler.5.5.0~alpha1"
4041
separate_compilation: true
4142
jane_street_tests: false
4243
all_jane_street_tests: false

0 commit comments

Comments
 (0)