From 249477fdd429871315cefe3152c93121d864edc1 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 1 Mar 2025 19:33:03 +0100 Subject: [PATCH] action: cache xmake --- .github/workflows/ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c4b6e00..3aedfbc 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -14,6 +14,8 @@ jobs: uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: latest + actions-cache-folder: '.xmake-cache' + actions-cache-key: 'ubuntu' - name: XMake config run: xmake f -p linux -y