diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f4436030a..edb1d0f34 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -62,7 +62,6 @@ 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 56bcb33b3..999edfe6c 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -50,7 +50,6 @@ 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 d2575a5a9..cdc16cf25 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -43,7 +43,6 @@ 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