We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f2c77 commit ad84e1eCopy full SHA for ad84e1e
.github/workflows/main.yml
@@ -18,6 +18,8 @@ jobs:
18
# See jart/cosmopolitan#3
19
- name: Fix binfmt and Cosmopolitan
20
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
23
- name: Pinning packages
24
run: opam pin add -t -yn -vvv --kind=path --with-version=dev .
25
- name: Install cosmopolitan/esperanto and dune
0 commit comments