From e3526f30020d9af414c2003e5cc9a411c3f57c3c Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Mon, 7 Sep 2020 05:53:22 +0300 Subject: [PATCH] Fix AppImage action --- .github/workflows/appimage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 31816d86f..1d5864ae2 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -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