diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 6c13595..2b6231b 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -51,7 +51,7 @@ jobs: cd ./dolphin-emu git submodule update --init --recursive mkdir Build && cd Build - cmake .. -DCMAKE_C_COMPILER=gcc-9 -DCMAKE_CXX_COMPILER=g++-9 -DLINUX_LOCAL_DEV=true -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" + cmake .. -DLINUX_LOCAL_DEV=true -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" make install cd .. cd ..