Skip to content

Commit

Permalink
Use zig master again
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmstill committed Jun 23, 2024
1 parent fa5e172 commit dbcbf47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.13.0
version: master
- run: echo -n $GITHUB_REF_NAME > src/.version
- run: zig build
- run: echo "zig-out/bin" >> $GITHUB_PATH
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.13.0
version: master
- run: echo -n $GITHUB_REF_NAME > src/.version
- run: zig build -Doptimize=ReleaseSafe -Dtarget=${{ matrix.target }}-${{ matrix.os }}
- uses: actions/upload-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.13.0
version: master
- run: zig build -Dtarget=${{ matrix.target }}-${{ matrix.os }}
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.13.0
version: master
- run: zig build
- run: zig-out/bin/clerk
lint:
Expand All @@ -35,5 +35,5 @@ jobs:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.13.0
version: master
- run: zig fmt --check src/*.zig

0 comments on commit dbcbf47

Please sign in to comment.