From 95cdfff656646e1026fb779cda17dbf89e1f1d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabien=20P=C3=A9an?= <99172565+FabienPean-Virtonomy@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:43:53 +0200 Subject: [PATCH] Prevent concurrent cache writing in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 401d60937e..1b72d6909f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: friendlyanon/setup-vcpkg@v1 # Setup vcpkg into ${{github.workspace}} with: committish: ${{ env.VCPKG_VERSION }} - cache-version: ${{env.VCPKG_VERSION}} + cache: false - name: Install dependencies run: |