forked from Mirrorlandia_minetest/minetest
Disable pgsql in VS 2019 workflow
This commit is contained in:
parent
4cb18d4874
commit
d7a2113893
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -261,6 +261,7 @@ jobs:
|
||||
cmake ${{matrix.config.generator}} `
|
||||
-DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake" `
|
||||
-DCMAKE_BUILD_TYPE=Release `
|
||||
-DENABLE_POSTGRESQL=OFF `
|
||||
-DRUN_IN_PLACE=${{ contains(matrix.type, 'portable') }} .
|
||||
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user