From abc3278a047dcdb6290666d66c5ece68e2372b0a Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sun, 11 Aug 2024 18:49:22 +0200 Subject: [PATCH] yes --- .gitea/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index a7c5fa3..7eab010 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -14,7 +14,7 @@ jobs: uses: actions/cache@v4 with: path: ${{ github.workspace }}/build/.packages - key: Linux-xmake_cache + key: ${{ runner.os }}-xmake_cache - name: XMake config run: xmake f -p linux -y