Yet another attempt to fix Linux action (#272)
This commit is contained in:
parent
3631da478c
commit
b9a479517f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/linux-kotato.yml
vendored
8
.github/workflows/linux-kotato.yml
vendored
|
|
@ -411,12 +411,12 @@ jobs:
|
||||||
|
|
||||||
git clone -b v5.88.0 --depth=1 $GIT/KDE/kwindowsystem.git
|
git clone -b v5.88.0 --depth=1 $GIT/KDE/kwindowsystem.git
|
||||||
cd kwindowsystem
|
cd kwindowsystem
|
||||||
cmake . \
|
cmake -B build -GNinja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DBUILD_TESTING=OFF \
|
-DBUILD_TESTING=OFF \
|
||||||
-DKDE_INSTALL_LIBDIR=lib
|
-DKDE_INSTALL_LIBDIR=lib
|
||||||
cmake --build . --parallel
|
cmake --build build --parallel
|
||||||
cmake --install .
|
cmake --install build
|
||||||
ldconfig
|
ldconfig
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf kwindowsystem
|
rm -rf kwindowsystem
|
||||||
|
|
@ -502,7 +502,7 @@ jobs:
|
||||||
$DEFINE
|
$DEFINE
|
||||||
|
|
||||||
cmake --build ../out --config Debug --parallel
|
cmake --build ../out --config Debug --parallel
|
||||||
DESTDIR=../../AppDir cmake --install .
|
DESTDIR=../../AppDir cmake --install ../out --config Debug
|
||||||
|
|
||||||
- name: AppImage build.
|
- name: AppImage build.
|
||||||
if: env.ONLY_CACHE == 'false'
|
if: env.ONLY_CACHE == 'false'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue