Update cmake-single-platform.yml

This commit is contained in:
levinsv 2024-02-02 23:46:50 +05:00 committed by GitHub
parent 2a33feab27
commit 243c96f069
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.