Fix AppImage action
This commit is contained in:
parent
a58423dd29
commit
e3526f3002
1 changed files with 2 additions and 2 deletions
4
.github/workflows/appimage.yml
vendored
4
.github/workflows/appimage.yml
vendored
|
|
@ -167,7 +167,7 @@ jobs:
|
|||
git clone -b OpenSSL_${OPENSSL_VER}-stable --depth=1 \
|
||||
$GIT/openssl/openssl $opensslDir
|
||||
cd $opensslDir
|
||||
./config
|
||||
./config no-tests
|
||||
make -j$(nproc)
|
||||
sudo make DESTDIR="$LibrariesPath/openssl-cache" install_sw
|
||||
cd ..
|
||||
|
|
@ -221,7 +221,7 @@ jobs:
|
|||
git clone -b v5.69.0 --depth=1 $GIT/KDE/extra-cmake-modules.git
|
||||
cd extra-cmake-modules
|
||||
cmake . -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build . -- -j$(nproc)
|
||||
cmake --build . -j$(nproc)
|
||||
sudo cmake --install .
|
||||
cd ..
|
||||
rm -rf extra-cmake-modules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue