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
0952196fe1
commit
2a33feab27
1 changed files with 5 additions and 1 deletions
6
.github/workflows/cmake-single-platform.yml
vendored
6
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -21,7 +21,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
with:
|
||||
command: |
|
||||
echo '--- Install libxslt-dev ---';
|
||||
apt-get install libxslt-dev
|
||||
|
||||
- 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