this repo has no description
13
fork

Configure Feed

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

ci: use zig 0.14.0 for test workflow

+2 -2
+2 -2
.github/workflows/test.yml
··· 15 15 - uses: actions/checkout@v3 16 16 - uses: mlugg/setup-zig@v1 17 17 with: 18 - version: 0.14.0-dev.2456+a68119f8f 18 + version: 0.14.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@v1 25 25 with: 26 - version: 0.14.0-dev.2456+a68119f8f 26 + version: 0.14.0 27 27 - run: zig fmt --check .