From 5f3bd40a472e2f48b2ed8a7af8fd3ae687aee9a1 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 15 Sep 2025 12:01:54 +0200 Subject: [PATCH] potato time. this is quite upsetting. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a97295..9d908d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,7 @@ jobs: with: path: lib/obj/ # I swear to god, if runner.arch displays x64 for x86_64, I will eat a potato. + # note: it is... fucking shit. key: ${{runner.os}}_${{runner.arch}}-lib/obj-${{github.sha}} restore-keys: ${{runner.os}}_${{runner.arch}}-lib/obj- - run: make -Bj libs