We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6ddd7 commit a8972d9Copy full SHA for a8972d9
.github/workflows/build.yml
@@ -68,12 +68,6 @@ jobs:
68
- name: Build project
69
run: cmake --build build -j -t async_postgres --config ${{env.BUILD_TYPE}}
70
71
- - name: Configure project (Clientside)
72
- run: cmake --preset=vcpkg -B build -S . -DCLIENT_DLL=ON
73
-
74
- - name: Build project (Clientside)
75
- run: cmake --build build -j -t async_postgres --config ${{env.BUILD_TYPE}}
76
77
- name: Strip debug information from binaries and keep them outside (Ubuntu)
78
if: ${{ matrix.os == 'ubuntu-20.04' }}
79
run: |
0 commit comments