Skip to content

Commit ad84e1e

Browse files
committed
Force to use the upstream version of OCaml 5.3.0
1 parent a7f2c77 commit ad84e1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
# See jart/cosmopolitan#3
1919
- name: Fix binfmt and Cosmopolitan
2020
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
21+
- name: Use the upstream version of OCaml 5.3.0
22+
run: opam switch create 5.3.0
2123
- name: Pinning packages
2224
run: opam pin add -t -yn -vvv --kind=path --with-version=dev .
2325
- name: Install cosmopolitan/esperanto and dune

0 commit comments

Comments
 (0)