Skip to content

Commit

Permalink
ape loader
Browse files Browse the repository at this point in the history
  • Loading branch information
PumpkinXD committed Mar 23, 2024
1 parent c1d24ba commit c76f84a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ jobs:
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest


- name: config APE
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"
sudo sh -c "echo ':APE-jart:M::jartsr::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"
- name: Build with xmake
run: xmake -yvD

Expand Down

0 comments on commit c76f84a

Please sign in to comment.