From e3a8f6d7a4209e5d41c04b70da94090bce8a6234 Mon Sep 17 00:00:00 2001 From: msclock Date: Thu, 14 Mar 2024 14:36:35 +0800 Subject: [PATCH] actions/cache restore-keys --- .github/workflows/ci.yml | 2 -- .../workflows/ci.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a2db2b4..2e94e7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,8 +115,6 @@ jobs: ~/AppData/Local/vcpkg key: | ${{ matrix.arch.name }}-${{ matrix.presets.os.type }}-${{ matrix.presets.compiler.name }}-${{ matrix.vcpkg }}-${{ hashFiles('./vcpkg.json') }} - restore-keys: | - ${{ matrix.arch.name }}-${{ matrix.presets.os.type }}-${{ matrix.presets.compiler.name }}-${{ matrix.vcpkg }}-${{ hashFiles('./vcpkg.json') }} - uses: aminya/setup-cpp@v1 with: diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml index 2a2db2b4..2e94e7a9 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml @@ -115,8 +115,6 @@ jobs: ~/AppData/Local/vcpkg key: | ${{ matrix.arch.name }}-${{ matrix.presets.os.type }}-${{ matrix.presets.compiler.name }}-${{ matrix.vcpkg }}-${{ hashFiles('./vcpkg.json') }} - restore-keys: | - ${{ matrix.arch.name }}-${{ matrix.presets.os.type }}-${{ matrix.presets.compiler.name }}-${{ matrix.vcpkg }}-${{ hashFiles('./vcpkg.json') }} - uses: aminya/setup-cpp@v1 with: