diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index e7f0e22..4cf19d1 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -62,7 +62,7 @@ jobs: cd ./dolphin-emu git submodule update --init --recursive mkdir Build && cd Build - cmake .. -DLINUX_LOCAL_DEV=true -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" + cmake .. -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" && make -j$(nproc) make install cd .. cd ..