mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 22:34:28 +00:00
ci: update sr.ht to use alpine/latest, more reliable
This commit is contained in:
parent
b6127b0fe9
commit
fc1373a85d
1 changed files with 2 additions and 1 deletions
|
|
@ -16,11 +16,12 @@ OAUTH_TOKEN="$2"
|
||||||
YML_FILE="tmp.yml"
|
YML_FILE="tmp.yml"
|
||||||
|
|
||||||
cat <<EOF >"$YML_FILE"
|
cat <<EOF >"$YML_FILE"
|
||||||
image: alpine/edge
|
image: alpine/latest
|
||||||
packages:
|
packages:
|
||||||
- py3-pip
|
- py3-pip
|
||||||
- curl
|
- curl
|
||||||
- jq
|
- jq
|
||||||
|
- xz
|
||||||
secrets:
|
secrets:
|
||||||
- 6c60aaee-92e7-4e7d-812c-114817689b4d
|
- 6c60aaee-92e7-4e7d-812c-114817689b4d
|
||||||
sources:
|
sources:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue