diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 63a7662c..fe7390d7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -43,11 +43,11 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/github-script@v7 - with: - script: | - core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); - core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); + # - uses: actions/github-script@v7 + # with: + # script: | + # core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); + # core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - name: Install linux dependencies if: matrix.os == 'ubuntu-latest' @@ -99,7 +99,7 @@ jobs: run: > git -C $VCPKG_INSTALLATION_ROOT pull && vcpkg update && vcpkg upgrade && - vcpkg install --triplet x64-mingw-static --binarysource="clear;x-gha,readwrite" + vcpkg install --triplet x64-mingw-static libxml2 capnproto boost-program-options