We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798e91e commit 1ebc3fdCopy full SHA for 1ebc3fd
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Fix binfmt and Cosmopolitan
19
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
20
- name: Pinning packages
21
- run: opam pin add -t -yn -vvv --kind=path .
+ run: opam pin add -t -yn -vvv --kind=path --with-version=dev .
22
- name: Install cosmopolitan/esperanto and dune
23
run: opam depext -iyt -v esperanto-cosmopolitan x86_64-esperanto aarch64-esperanto dune
24
- name: Compiling example project (cat.com)
0 commit comments