File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments