Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit b45bed1

Browse files
author
Stephen Gutekanst
committed
CI: update Zig version
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
1 parent f8832ee commit b45bed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Zig
1717
run: |
1818
brew install xz
19-
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.10.0-dev.2524+e9fc58eab.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
19+
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.10.0-dev.2439+c84f5a5f9.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
2020
- name: Install dependencies
2121
run: |
2222
brew install go-task/tap/go-task

0 commit comments

Comments
 (0)