Skip to content

Commit e4d9d63

Browse files
authored
add some dolphin deps
1 parent f8cf721 commit e4d9d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lin64_dolphin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Install needed packages
17-
run: sudo apt install wget git build-essential libbluetooth-dev libgl1-mesa-dev libxi-dev x11-utils libx11-dev
17+
run: sudo apt install wget git build-essential libbluetooth-dev libgl1-mesa-dev libxi-dev x11-utils libx11-dev libxext-dev libxrandr-dev
1818
- name: Checkout source
1919
run: git clone https://github.com/libretro/dolphin.git && cd dolphin && git submodule update --init
2020
- name: Build libretro dolphin core
@@ -28,7 +28,7 @@ jobs:
2828
- name: Prep for release
2929
working-directory: dolphin/Binary
3030
run: |
31-
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink dolphin_libretro.so
31+
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh dolphin_libretro.so
3232
zip -9 ../../dolphin_libretro.so.zip dolphin_libretro.so
3333
- name: Create new release
3434
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)