Skip to content

Commit

Permalink
Build with zig 0.10.0 for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
batiati authored Dec 13, 2022
1 parent 5a40ea2 commit f59cbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1
with:
version: master
version: 0.10.0

- name: Download kcov
if: ${{ matrix.os == 'ubuntu-latest' && matrix.comptime == false }}
Expand All @@ -59,4 +59,4 @@ jobs:
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}
./codecov -t ${CODECOV_TOKEN}

0 comments on commit f59cbb6

Please sign in to comment.