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 f9ec65e commit 7b9d079Copy full SHA for 7b9d079
.github/workflows/coverage.yml
@@ -18,6 +18,12 @@ jobs:
18
with:
19
version: master
20
21
+ - name: prefetch dependencies (workaround)
22
+ run: |
23
+ zig fetch https://github.com/ziglibs/known-folders/archive/bafef170a73c064dc706fcfbdc2e406a35681a9c.tar.gz
24
+ zig fetch https://github.com/ziglibs/diffz/archive/36fc805f459677093c93c210e8f9aed28be13847.tar.gz
25
+ zig fetch https://github.com/zigtools/lsp-kit/archive/c46ac866dda11ab58e4ba71ed0d8ba21f43e81db.tar.gz
26
+
27
- name: Install kcov
28
run: |
29
wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz
0 commit comments