Skip to content

Commit

Permalink
Pin zig to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjheng committed Nov 21, 2024
1 parent 9797c27 commit 3e11b08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- run: zig version
- run: zig env
- name: Build
Expand All @@ -23,9 +25,9 @@ jobs:
- name: Install kcov
run: sudo apt-get install -y kcov
- name: Generate coverage
run: kcov $PWD/kcov-out ./zig-cache/o/*/test
run: kcov $PWD/kcov-out ./.zig-cache/o/*/test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./kcov-out/test
Expand Down

0 comments on commit 3e11b08

Please sign in to comment.