Skip to content

Commit

Permalink
Try node container
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 28, 2024
1 parent 3de7472 commit f30f3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- run: yum update -y && yum install -y python3
#- run: yum update -y && yum install -y python3
- run: curl https://raw.githubusercontent.com/kriszyp/musl-bins/main/aarch64-linux-musl-cross.tgz --insecure --output aarch64-linux-musl-cross.tgz
- run: tar -xf aarch64-linux-musl-cross.tgz && pwd && ls
- run: curl https://raw.githubusercontent.com/kriszyp/musl-bins/main/armv7l-linux-musleabihf-cross.tgz --insecure --output armv7l-linux-musleabihf-cross.tgz
Expand Down

0 comments on commit f30f3b8

Please sign in to comment.