this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

update ci to use Zig 0.16

authored by

Jeffrey C. Ollie and committed by
Tim Culverhouse
e17718d6 65e8ed31

+2 -2
+2 -2
.github/workflows/test.yml
··· 15 15 - uses: actions/checkout@v3 16 16 - uses: mlugg/setup-zig@v2 17 17 with: 18 - version: 0.15.1 18 + version: 0.16.0 19 19 - run: zig build test 20 20 check-fmt: 21 21 runs-on: ubuntu-latest ··· 23 23 - uses: actions/checkout@v3 24 24 - uses: mlugg/setup-zig@v2 25 25 with: 26 - version: 0.15.1 26 + version: 0.16.0 27 27 - run: zig fmt --check .