Skip to content

Commit

Permalink
Disable pgsql in VS 2019 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrido authored and sfan5 committed Jun 22, 2020
1 parent 4cb18d4 commit d7a2113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -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
Expand Down

0 comments on commit d7a2113

Please sign in to comment.