From e222e0122553a0e85bcd940c04bb8e5254d109f6 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sun, 11 Aug 2024 18:26:57 +0200 Subject: [PATCH] just Linux --- .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 7eab010..a7c5fa3 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: ${{ runner.os }}-xmake_cache + key: Linux-xmake_cache - name: XMake config run: xmake f -p linux -y