Skip to content

Commit

Permalink
👷 Update CI build system to disable caching for Zig setup
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Apr 5, 2024
1 parent cbe17f4 commit 6126460
Showing 1 changed file with 2 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 @@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
cache: false
- uses: actions/setup-node@v4
with:
node-version: '20.x'
Expand Down

0 comments on commit 6126460

Please sign in to comment.