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
2a33feab27
commit
243c96f069
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cmake-single-platform.yml
vendored
4
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -24,7 +24,9 @@ jobs:
|
|||
with:
|
||||
command: |
|
||||
echo '--- Install libxslt-dev ---';
|
||||
apt-get install libxslt-dev
|
||||
apt-get install libxslt-dev;
|
||||
echo 'Done install';
|
||||
|
||||
|
||||
- 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue