We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad84e1e commit 5502bcbCopy full SHA for 5502bcb
.github/workflows/main.yml
@@ -17,7 +17,10 @@ jobs:
17
allow-prerelease-opam: true
18
# See jart/cosmopolitan#3
19
- name: Fix binfmt and Cosmopolitan
20
- run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
+ run: |
21
+ sudo wget -O /usr/bin/ape https://cosmo.zip/pub/cosmos/bin/ape-$(uname -m).elf
22
+ sudo chmod +x /usr/bin/ape
23
+ sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"
24
- name: Use the upstream version of OCaml 5.3.0
25
run: opam switch create 5.3.0
26
- name: Pinning packages
0 commit comments