Skip to content

Commit

Permalink
Fix Github CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Dec 22, 2024
1 parent def0830 commit b7d57fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit b7d57fc

Please sign in to comment.