Skip to content

Commit

Permalink
postgres blues
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 10, 2023
1 parent 0fe0a6a commit a16a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: configure
env:
CMAKE_VCPKG_PARAMS: ${{ runner.os == 'Windows' && '-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-release' || ' ' }}
run: cmake . -DWITH_PGSQL=1 -DCMAKE_COMPILE_WARNING_AS_ERROR=1 ${{ env.CMAKE_VCPKG_PARAMS }}
run: cmake . -DWITH_PGSQL=1 -DCMAKE_COMPILE_WARNING_AS_ERROR=1 "-DPostgreSQL_ADDITIONAL_VERSIONS=15;15.4" ${{ env.CMAKE_VCPKG_PARAMS }}

- name: build package
run: cmake --build . --config Release --target package -j
Expand Down

0 comments on commit a16a0b8

Please sign in to comment.