diff options
author | adrido <robots_only_adrido@gmx.com> | 2020-06-22 17:17:36 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2020-06-22 18:18:15 +0200 |
commit | d7a2113893c6ff3298d4d2cd592260d4102551c3 (patch) | |
tree | 1a3f15d45ee7885257434b93824885313d276794 /.github | |
parent | 4cb18d4874126b384ad5faa1b10a208c8fdce4db (diff) | |
download | minetest-d7a2113893c6ff3298d4d2cd592260d4102551c3.tar.gz minetest-d7a2113893c6ff3298d4d2cd592260d4102551c3.tar.bz2 minetest-d7a2113893c6ff3298d4d2cd592260d4102551c3.zip |
Disable pgsql in VS 2019 workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4def50925..ae359f5d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |