Skip to content

Commit

Permalink
fix(ci): use correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory committed Jan 24, 2025
1 parent a0a0076 commit 5a0a198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
with:
version: 0.14.0-dev.2851+b074fb7dd
- run: zig build test --summary all
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
with:
version: 0.14.0-dev.2851+b074fb7dd
- run: zig build docs
- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 5a0a198

Please sign in to comment.