Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Sep 9, 2024
1 parent 07252a6 commit 56d3c38
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: jart/cosmopolitan
path: cosmopolitan
- working-directory: cosmopolitan
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"
./tool/cosmocc/package.sh
echo "$PWD/cosmocc/bin" >> "$GITHUB_PATH"
- uses: bjia56/[email protected]
- uses: actions/download-artifact@v4
with:
name: bikeshed-linux_x86_64
Expand Down

0 comments on commit 56d3c38

Please sign in to comment.