Skip to content

Commit

Permalink
Remove cache on builds
Browse files Browse the repository at this point in the history
We are constantly getting master, this is not a good idea haha
  • Loading branch information
Deecellar authored Mar 3, 2024
1 parent 51ed1f4 commit 01ac93c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v2.2.0
with:
version: master
cache: false

- run: zig version
- run: zig env
Expand Down

0 comments on commit 01ac93c

Please sign in to comment.