mirror of
https://github.com/ziglang/zig.git
synced 2025-02-09 06:00:40 +00:00
ci: update sr.ht to use alpine/latest, more reliable
This commit is contained in:
parent
b6127b0fe9
commit
fc1373a85d
@ -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…
Reference in New Issue
Block a user