Updated build dependencies

This commit is contained in:
XargonWan 2025-03-31 09:05:04 +09:00
parent ead6b13ea1
commit 66da1eb230

View file

@ -22,7 +22,12 @@ jobs:
- name: Set up build dependencies - name: Set up build dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y cmake make git wget patch sudo apt-get install -y cmake make git wget patch \
libgl1-mesa-dev \
libx11-dev \
libegl1-mesa-dev \
libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev \
libudev-dev \
wget -O ../appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage wget -O ../appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x ../appimagetool chmod +x ../appimagetool