From 155c81fa379dabf07db0d9c5d5ed9975ce9854b3 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sat, 10 Feb 2024 19:56:37 +0100 Subject: [PATCH] cache .xmake too --- .gitea/workflows/linux.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 0fc4e52..be22630 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -19,7 +19,9 @@ jobs: id: cache-build uses: actions/cache@v4 with: - path: build + path: | + 'build' + '.xmake' key: ${{ runner.os }}-td - name: Prepare Xmake