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

Commit daa63ca

Browse files
author
Stephen Gutekanst
committed
CI: upgrade Zig version used for Docker images
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
1 parent b45bed1 commit daa63ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Zig
1818
run: |
1919
sudo apt install xz-utils
20-
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.2017+a0a2ce92c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
20+
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.2439+c84f5a5f9.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
2121
- name: Install Task
2222
uses: arduino/setup-task@v1
2323
- name: Build Docker image

0 commit comments

Comments
 (0)