Skip to content

Commit

Permalink
fixup gh; fix busybox endless loop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Oct 16, 2024
1 parent 94a835f commit 9458a65
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 @@ -99,7 +99,7 @@ jobs:
docker rm $container_id
mnt=$(mktemp -d)
curl -L -o output.zip \
"https://gitlab.alpinelinux.org/thehajime/aports/-/jobs/1552615/artifacts/download?file_type=archive"
"https://gitlab.alpinelinux.org/thehajime/aports/-/jobs/1562242/artifacts/download?file_type=archive"
unzip output.zip
tar xfz packages/main/x86_64/busybox-nommu-1.36.1-r32.apk
tar xfz packages/main/x86_64/musl-nommu-1.2.5-r5.apk
Expand Down

0 comments on commit 9458a65

Please sign in to comment.