From 7e434c2bc2beda9266cc0fcad99e57df767f9925 Mon Sep 17 00:00:00 2001 From: geemili Date: Wed, 29 May 2024 21:20:07 -0600 Subject: [PATCH] disable cache for setup-zig and checkout repository The cache wasn't working and the timeout took way too long. Redownloading zig every time it is, then. --- .forgejo/workflows/demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index b7667d6..98f2f1d 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -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