Skip to content

Commit 7b9d079

Browse files
committed
CI: workaround dependency fetching deadlock for code coverage workflow
1 parent f9ec65e commit 7b9d079

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
with:
1919
version: master
2020

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+
2127
- name: Install kcov
2228
run: |
2329
wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz

0 commit comments

Comments
 (0)