this repo has no description
13
fork

Configure Feed

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

ci: update zig version in setup-zig

+3 -3
+1 -1
.github/workflows/docs.yml
··· 27 27 uses: actions/configure-pages@v2 28 28 - uses: mlugg/setup-zig@v1 29 29 with: 30 - version: 0.13.0 30 + version: 0.14.0-dev.2456+a68119f8f 31 31 - run: zig build docs 32 32 - name: Upload artifact 33 33 uses: actions/upload-pages-artifact@v3
+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.13.0 18 + version: 0.14.0-dev.2456+a68119f8f 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.13.0 26 + version: 0.14.0-dev.2456+a68119f8f 27 27 - run: zig fmt --check .