Skip to content

Commit

Permalink
chore: no cache for kcov
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Nov 25, 2023
1 parent db6d3ff commit 1c1d313
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- uses: Hanaasagi/zig-action-cache@v1.1.4
with:
cache-on-failure: true
- run: zig version
- run: zig env
- run: rm -rf zig-cache/o/*/test || echo 'failed to remove'
- name: Build
run: zig build --verbose
- name: Run Tests
Expand Down

0 comments on commit 1c1d313

Please sign in to comment.