Skip to content

Commit

Permalink
Re-enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Jan 20, 2025
1 parent 73c1c54 commit 40ebe67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
build:
name: Build extension
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
with:
version: "2024.11.0-mach"
version: "0.13.0"
- run: zig build --verbose --summary all

0 comments on commit 40ebe67

Please sign in to comment.