Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz1 authored Oct 26, 2023
1 parent 4bd9ef0 commit 0adc45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cd ./dolphin-emu
git submodule update --init --recursive
mkdir Build && cd Build
cmake .. -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" && make -j$(nproc)
cmake .. -S dolphin-emu -B build -G Ninja -DENABLE_TESTS=OFF -DUSE_MGBA=ON -DUSE_SHARED_ENET=ON -Wno-dev -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" && make -j$(nproc)
make install
cd ..
cd ..
Expand Down

0 comments on commit 0adc45b

Please sign in to comment.