diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8364a4e67f1dca..066cd98623bb0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,25 +138,13 @@ jobs: run: | Set-Location "$env:VCPKG_INSTALLATION_ROOT" Add-Content -Path "triplets\x64-windows-static.cmake" -Value "set(VCPKG_BUILD_TYPE release)" - vcpkg --vcpkg-root "$env:VCPKG_INSTALLATION_ROOT" integrate install git rev-parse HEAD | Out-File -FilePath "$env:GITHUB_WORKSPACE\vcpkg_commit" Get-Content -Path "$env:GITHUB_WORKSPACE\vcpkg_commit" - - name: vcpkg tools cache - uses: actions/cache@v3 - with: - path: C:/vcpkg/downloads/tools - key: ${{ github.job }}-vcpkg-tools - - - name: vcpkg binary cache - uses: actions/cache@v3 - with: - path: ~/AppData/Local/vcpkg/archives - key: ${{ github.job }}-vcpkg-binary-${{ hashFiles('vcpkg_commit', 'msbuild_version', 'build_msvc/vcpkg.json') }} - - name: Install dependencies from vcpkg manifest run: | - vcpkg install pkgconf berkeleydb boost-date-time boost-multi-index boost-signals2 boost-test libevent miniupnpc sqlite3 zeromq + vcpkg --vcpkg-root "$env:VCPKG_INSTALLATION_ROOT" install pkgconf berkeleydb boost-date-time boost-multi-index boost-signals2 boost-test libevent miniupnpc sqlite3 zeromq + vcpkg --vcpkg-root "$env:VCPKG_INSTALLATION_ROOT" integrate install - name: Generate project files run: py -3 build_msvc\msvc-autogen.py