Skip to content

Commit 59eb978

Browse files
committed
chore: fix missing kcov package
1 parent 0a0e3a3 commit 59eb978

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
jobs:
1111
test:
1212
name: Tests on Linux
13-
runs-on: ubuntu-latest
13+
# kcov is removed
14+
# runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1416
steps:
1517
- uses: actions/checkout@v3
1618
- uses: goto-bus-stop/setup-zig@v2

0 commit comments

Comments
 (0)