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 122c223 commit 11a3baaCopy full SHA for 11a3baa
.github/workflows/main.yml
@@ -26,6 +26,12 @@ jobs:
26
if: matrix.os == 'ubuntu-22.04'
27
run: zig fmt --check .
28
29
+ - name: prefetch dependencies (workaround)
30
+ run: |
31
+ zig fetch https://github.com/ziglibs/known-folders/archive/bafef170a73c064dc706fcfbdc2e406a35681a9c.tar.gz
32
+ zig fetch https://github.com/ziglibs/diffz/archive/36fc805f459677093c93c210e8f9aed28be13847.tar.gz
33
+ zig fetch https://github.com/zigtools/lsp-kit/archive/c46ac866dda11ab58e4ba71ed0d8ba21f43e81db.tar.gz
34
+
35
- name: Run zig build check test
36
run: zig build check test --summary all
37
0 commit comments