Skip to content

Commit 1ebc3fd

Browse files
committed
Fix our CI and how we pin our packages to respect to constraint about versions on packages
1 parent 798e91e commit 1ebc3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Fix binfmt and Cosmopolitan
1919
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
2020
- name: Pinning packages
21-
run: opam pin add -t -yn -vvv --kind=path .
21+
run: opam pin add -t -yn -vvv --kind=path --with-version=dev .
2222
- name: Install cosmopolitan/esperanto and dune
2323
run: opam depext -iyt -v esperanto-cosmopolitan x86_64-esperanto aarch64-esperanto dune
2424
- name: Compiling example project (cat.com)

0 commit comments

Comments
 (0)