diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb2924d..0e5ed99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: f61a294e765b257926ae9e9d85f96468a0af74e7 - vcpkgJsonGlob: ${{ github.workspace }}/usvfs/vcpkg.json + vcpkgConfigurationJsonGlob: ${{ github.workspace }}/usvfs/vcpkg-configuration.json # configure - run: cmake --preset vs2022-windows-${{ matrix.arch }} -B build_${{ matrix.arch }} "-DCMAKE_INSTALL_PREFIX=install/${{ matrix.config }}"