Skip to content

Commit

Permalink
ci: update to new zig version
Browse files Browse the repository at this point in the history
  • Loading branch information
zenith391 committed Oct 22, 2024
1 parent eaab0e9 commit 4f16ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo apt-get install libgtk-4-dev
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
version: 0.14.0-dev.1911+3bf89f55c
- name: Check formatting
run: zig fmt --check src examples
- name: Build Capy for native
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
version: 0.14.0-dev.1911+3bf89f55c

- name: Test Coverage Capy for native
run: xvfb-run -a zig build coverage
Expand Down

0 comments on commit 4f16ff6

Please sign in to comment.