From fbef0cc6603619a3e1cff692d8253677026db668 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 12:17:52 +0200 Subject: [PATCH] hukhkhkhk --- .gitea/workflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 292337a..47ab69f 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -42,7 +42,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.xmake/packages - key: ${{ runner.os }}-hash(${{ steps.get-hash.outputs.hash }}) + key: ${{ runner.os }}-$(cat ~/packages.hash) - name: XMake config run: xmake f --policies=package.install_only -p linux -y