disable cache for setup-zig and checkout repository
/ test (push) Successful in 58s Details

The cache wasn't working and the timeout took way too long. Redownloading
zig every time it is, then.
ci-dev
LeRoyce Pearson 2024-05-29 21:20:07 -06:00
parent d70f48afda
commit 7e434c2bc2
1 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,6 @@ jobs:
uses: https://git.samsehu.perli.casa/Twins/action-setup-zig@v2.2.0
with:
version: 0.12.0
cache: false
- uses: actions/checkout@v4
- run: zig build