Skip to content

Commit

Permalink
zig: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Feb 25, 2024
1 parent 83a6a0d commit e229220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zigbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
version: 0.11.0

- name: Build Summary ${{ matrix.targets }}
run: zig build -DTests -DExamples --summary all -freference-trace -Dtarget=${{ matrix.targets }}
run: zig build -DTests -DExamples --summary all -freference-trace -Dtarget=${{ matrix.targets }}

0 comments on commit e229220

Please sign in to comment.