We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fada07 commit eab35b1Copy full SHA for eab35b1
.github/workflows/esperanto.yml
@@ -20,9 +20,9 @@ jobs:
20
- name: Fix binfmt and Cosmopolitan
21
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
22
- name: Pin Esperanto
23
- run: opam pin add git+https://github.com/dinosaure/esperanto
+ run: opam pin add git+https://github.com/dinosaure/esperanto.git#cosmopolitan-v2.2
24
- name: Install Esperanto, Dune & ocamlfind
25
- run: opam install cosmopolitan cosmopolitan-pth esperanto dune ocamlfind
+ run: opam install esperanto dune ocamlfind
26
- name: Install opam-monorepo
27
run: opam install opam-monorepo
28
- name: Add opam-monorepo overlays
0 commit comments