From f85add87768b66ad94924ad378f819b08f396aa2 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 13 Jul 2025 22:59:53 +0200 Subject: [PATCH] install --- .github/workflows/rpcs3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rpcs3.yml b/.github/workflows/rpcs3.yml index 2e98992303..7a7cd60e0d 100644 --- a/.github/workflows/rpcs3.yml +++ b/.github/workflows/rpcs3.yml @@ -421,7 +421,7 @@ jobs: fetch-depth: 0 - name: Clone vcpkg - run: git clone https://github.com/microsoft/vcpkg.git + run: git clone --depth 1 --branch 2025.06.13 https://github.com/microsoft/vcpkg.git - name: Bootstrap vcpkg shell: pwsh @@ -434,7 +434,7 @@ jobs: path: | vcpkg/installed vcpkg/buildtrees - key: vcpkg-${{ runner.os }}-${{ matrix.compiler }}-${{ runner.arch }}-test + key: vcpkg-${{ runner.os }}-${{ matrix.compiler }}-${{ runner.arch }}-${{ github.run_id }} restore-keys: vcpkg-${{ runner.os }}-${{ matrix.compiler }}-${{ runner.arch }}- - name: Install dependencies with vcpkg