From 4050ef8322453b47691f1fa63c8089e3ec53c866 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Mon, 3 Jun 2024 22:08:48 +0200 Subject: [PATCH] Update .gitea/workflows/linux.yaml --- .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 d17aa89..aeddd78 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -28,7 +28,7 @@ jobs: - name: Packages cache uses: actions/cache@v4 with: - path: ~/.xmake + path: ~/.xmake/packages key: ${{ runner.os }}-${{ steps.get-hash.outputs.hash }} - name: XMake config