Skip to content

Commit e7d582d

Browse files
committed
Use the last version of opam
1 parent 1ebc3fd commit e7d582d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ jobs:
99
runs-on: ${{ matrix.operating-system }}
1010
steps:
1111
- uses: actions/checkout@v2
12-
with:
13-
lfs: true
1412
- uses: ocaml/setup-ocaml@v2
1513
with:
1614
ocaml-compiler: ${{ matrix.ocaml-version }}
15+
allow-prerelease-opam: true
1716
# See jart/cosmopolitan#3
1817
- name: Fix binfmt and Cosmopolitan
1918
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"

0 commit comments

Comments
 (0)