this repo has no description
13
fork

Configure Feed

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

ci: build with Zig 0.15.1

authored by

Leah Amelia Chen and committed by
Tim Culverhouse
ec8e7bd4 50d7b413

+6 -6
+2 -2
.github/workflows/docs.yml
··· 25 25 uses: actions/checkout@v3 26 26 - name: Setup Pages 27 27 uses: actions/configure-pages@v2 28 - - uses: mlugg/setup-zig@v1 28 + - uses: mlugg/setup-zig@v2 29 29 with: 30 - version: 0.14.0 30 + version: 0.15.1 31 31 - run: zig build docs 32 32 - name: Upload artifact 33 33 uses: actions/upload-pages-artifact@v3
+4 -4
.github/workflows/test.yml
··· 13 13 runs-on: ${{matrix.os}} 14 14 steps: 15 15 - uses: actions/checkout@v3 16 - - uses: mlugg/setup-zig@v1 16 + - uses: mlugg/setup-zig@v2 17 17 with: 18 - version: 0.14.0 18 + version: 0.15.1 19 19 - run: zig build test 20 20 check-fmt: 21 21 runs-on: ubuntu-latest 22 22 steps: 23 23 - uses: actions/checkout@v3 24 - - uses: mlugg/setup-zig@v1 24 + - uses: mlugg/setup-zig@v2 25 25 with: 26 - version: 0.14.0 26 + version: 0.15.1 27 27 - run: zig fmt --check .