Skip to content

Commit a8972d9

Browse files
committed
Remove client-side building
1 parent 9b6ddd7 commit a8972d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ jobs:
6868
- name: Build project
6969
run: cmake --build build -j -t async_postgres --config ${{env.BUILD_TYPE}}
7070

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-
7771
- name: Strip debug information from binaries and keep them outside (Ubuntu)
7872
if: ${{ matrix.os == 'ubuntu-20.04' }}
7973
run: |

0 commit comments

Comments
 (0)