Skip to content

Commit 98ecb80

Browse files
committed
Fix CI: Setup Zig to use only official mirrors
1 parent 7bea1a1 commit 98ecb80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: mlugg/setup-zig@v1
2323
with:
2424
version: 0.16.0
25-
25+
use-only-official: true
2626
- name: Cross-Compile Binaries
2727
run: |
2828
mkdir -p dist

0 commit comments

Comments
 (0)