Skip to content

Commit

Permalink
ci: use zig 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenith391 committed Jul 4, 2024
1 parent f036263 commit a3e362a
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.12.0-dev.3180+83e578a18
version: 0.13.0
- 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.12.0-dev.3180+83e578a18
version: 0.13.0

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

0 comments on commit a3e362a

Please sign in to comment.