We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d9997 commit 014753aCopy full SHA for 014753a
.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Setup Zig (Custom for Linux x86_64)
67
if: matrix.package_name == 'linux-x86_64'
68
run: |
69
+ apt update && apt install -y curl
70
./.github/workflows/setup-zig-linux.sh
71
72
- uses: mlugg/setup-zig@v2
0 commit comments