diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 1ec05c7..670f9ca 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_C_COMPILER=gcc-13 -DCMAKE_CXX_COMPILER=g++-13 -DCMAKE_CXX_FLAGS=-stdlib=libc++ -DLINUX_LOCAL_DEV=true -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" make install cd .. cd ..