Skip to content

Commit 014753a

Browse files
committed
install curl
1 parent c1d9997 commit 014753a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Setup Zig (Custom for Linux x86_64)
6767
if: matrix.package_name == 'linux-x86_64'
6868
run: |
69+
apt update && apt install -y curl
6970
./.github/workflows/setup-zig-linux.sh
7071
7172
- uses: mlugg/setup-zig@v2

0 commit comments

Comments
 (0)