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