We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebc3fd commit e7d582dCopy full SHA for e7d582d
.github/workflows/main.yml
@@ -9,11 +9,10 @@ jobs:
9
runs-on: ${{ matrix.operating-system }}
10
steps:
11
- uses: actions/checkout@v2
12
- with:
13
- lfs: true
14
- uses: ocaml/setup-ocaml@v2
15
with:
16
ocaml-compiler: ${{ matrix.ocaml-version }}
+ allow-prerelease-opam: true
17
# See jart/cosmopolitan#3
18
- name: Fix binfmt and Cosmopolitan
19
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
0 commit comments