We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec0488 commit bb2fc77Copy full SHA for bb2fc77
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
sudo apt-get install libgtk-4-dev
18
- uses: goto-bus-stop/setup-zig@v2
19
with:
20
- version: master
+ version: 0.11.0
21
- name: Check formatting
22
run: zig fmt --check src examples
23
- name: Build Capy for native
.github/workflows/coverage.yml
- name: Install Zig
uses: goto-bus-stop/setup-zig@v2
- name: Test Coverage Capy for native
run: xvfb-run -a zig build coverage
0 commit comments