Disable pgsql in VS 2019 workflow
authoradrido <robots_only_adrido@gmx.com>
Mon, 22 Jun 2020 15:17:36 +0000 (17:17 +0200)
committersfan5 <sfan5@live.de>
Mon, 22 Jun 2020 16:18:15 +0000 (18:18 +0200)
.github/workflows/build.yml

index 4def50925b7f8933ab776d35335ce2bdb2ed4813..ae359f5d8a7a89be6463cd50837641a9528ebc76 100644 (file)
@@ -261,6 +261,7 @@ jobs:
           cmake ${{matrix.config.generator}}  `
           -DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake"  `
           -DCMAKE_BUILD_TYPE=Release  `
           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
           -DRUN_IN_PLACE=${{ contains(matrix.type, 'portable') }} .
 
       - name: Build