Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-mirrors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# ziglang.org. This is **not** a recommended strategy for most users, but rather a special
# case due to the role this repository plays in maintaining the mirror list.
run: |
curl -L 'https://ziglang.org/download/0.15.1/zig-x86_64-linux-0.15.1.tar.xz' | tar -xJ
mv 'zig-x86_64-linux-0.15.1' zig
curl -L 'https://ziglang.org/download/0.15.2/zig-x86_64-linux-0.15.2.tar.xz' | tar -xJ
mv 'zig-x86_64-linux-0.15.2' zig
echo "$PWD/zig" >>"$GITHUB_PATH"
- name: Check Mirrors
Expand Down
5 changes: 5 additions & 0 deletions assets/community-mirrors.ziggy
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@
.username = "meox",
.email = "glmeocci@gmail.com",
},
{
.url = "https://ziglang.freetls.fastly.net",
.username = "jedisct1",
.email = "zigmirror@pureftpd.org",
},
]