Skip to content

Commit

Permalink
Update Dolphin_sharun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jan 16, 2025
1 parent 01062d2 commit c32d73a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Dolphin_sharun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,19 @@ jobs:
qt6ct
# Runs a set of commands using the runners shell
- name: Build appimage
- name: Build Dolphin
run: |
git clone https://github.com/dolphin-emu/dolphin.git dolphin
( cd dolphin && mkdir build && cd build
git submodule update --init --recursive
cmake .. -DLINUX_LOCAL_DEV=true
sudo make install
sudo cp -r ../Data/Sys /usr/local/bin
sudo cp -r ./Source/Core/DolphinQt /usr/local/bin
)
- name: Make AppImage
run: |
chmod +x ./dolphin-emu-appimage.sh
./dolphin-emu-appimage.sh
mkdir dist
Expand Down

0 comments on commit c32d73a

Please sign in to comment.