From bc3ddbe5b528768ba1439d61b4b2b3b7fd907489 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Mon, 28 Nov 2022 13:12:01 +0100 Subject: [PATCH] CI: Restore xmake build cache --- .github/workflows/coverage.yml | 1 + .github/workflows/linux-build.yml | 1 + .github/workflows/macos-build.yml | 1 + .github/workflows/windows-build.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 652ea4c56..3e318ba97 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -62,6 +62,7 @@ jobs: uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: branch@dev + actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }} # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index f74514631..cb7af763f 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -50,6 +50,7 @@ jobs: uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: branch@dev + actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }} # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index b0ab49e6f..445b0e497 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -43,6 +43,7 @@ jobs: uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: branch@dev + actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }} # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index a021398c8..a7ff344d5 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -44,6 +44,7 @@ jobs: uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: branch@dev + actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }} # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository