From 2ac59cd7fbdf012b6bc93849174e590cdc9bd7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Mon, 28 Nov 2022 10:36:49 +0100 Subject: [PATCH] CI: Disable xmake cache (not compatible with dev) --- .github/workflows/coverage.yml | 1 - .github/workflows/linux-build.yml | 1 - .github/workflows/macos-build.yml | 1 - 3 files changed, 3 deletions(-) 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