mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Update cmake-single-platform.yml
This commit is contained in:
parent
04649c4c6d
commit
2ae9a1c1ca
1 changed files with 8 additions and 0 deletions
8
.github/workflows/cmake-single-platform.yml
vendored
8
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -25,6 +25,14 @@ jobs:
|
|||
run: sudo apt-get install -y libxslt-dev
|
||||
- name: Install xmll2
|
||||
run: sudo apt-get install -y libxml2-utils
|
||||
- name: Install PostgreSQL client
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --yes postgresql-client
|
||||
- name: Install wxWidgets
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --yes wxWidgets
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue