Skip to content

Commit

Permalink
properly bootstrap cosmopolitan build
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Jan 13, 2025
1 parent 94a77e8 commit 46a258c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:

- name: Build redbean
run: |
make -j$(nproc) o//tool/net/redbean
sudo cp build/bootstrap/ape.elf /usr/bin/ape
sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"
make -j$(nproc) o//tool/net/redbean MODE=tiny
mv o//tool/net/redbean lite-xl-playground.com
- name: Build cosmopolitan executable
Expand Down

0 comments on commit 46a258c

Please sign in to comment.