Skip to content

Commit

Permalink
ci: use master version of zig
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Sep 25, 2024
1 parent 0c9b0c9 commit 016d575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup zig
uses: goto-bus-stop/setup-zig@v2
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
version: master
- name: Build and test
run: zig build test -Dunicode

0 comments on commit 016d575

Please sign in to comment.