Skip to content

Commit

Permalink
ci: ubuntu, use executable ape loader
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jan 23, 2024
1 parent e33922e commit d66ca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
shell: bash
run: |
sudo wget -O /usr/bin/ape https://cosmo.zip/pub/cosmos/bin/ape-$(uname -m).elf
sudo chmod +x /usr/bin/ape
sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"
- name: Download APEs
uses: actions/download-artifact@v3
- name: Test APEs (no output on NT?)
shell: bash
run: |
chmod +x hermit/*
ls -la hermit
hermit/cowsay.hermit.com hello
echo aaa | hermit/cowsay.hermit.com
echo aaa > text.txt
Expand Down

0 comments on commit d66ca8a

Please sign in to comment.