Remove cache on builds

We are constantly getting master, this is not a good idea haha
This commit is contained in:
rimuspp 2024-03-03 09:26:21 -05:00 committed by GitHub
parent 51ed1f43f7
commit 01ac93ce81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v2.2.0 uses: goto-bus-stop/setup-zig@v2.2.0
with: with:
version: master version: master
cache: false
- run: zig version - run: zig version
- run: zig env - run: zig env