disable cache for setup-zig and checkout repository
/ test (push) Successful in 58s
Details
/ 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
parent
d70f48afda
commit
7e434c2bc2
|
@ -7,4 +7,6 @@ jobs:
|
||||||
uses: https://git.samsehu.perli.casa/Twins/action-setup-zig@v2.2.0
|
uses: https://git.samsehu.perli.casa/Twins/action-setup-zig@v2.2.0
|
||||||
with:
|
with:
|
||||||
version: 0.12.0
|
version: 0.12.0
|
||||||
|
cache: false
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- run: zig build
|
- run: zig build
|
||||||
|
|
Loading…
Reference in New Issue