mirror of
https://github.com/RetroDECK/AppImages.git
synced 2025-04-11 02:55:09 +00:00
Updated build dependencies
This commit is contained in:
parent
ead6b13ea1
commit
66da1eb230
7
.github/workflows/appimage_maker.yml
vendored
7
.github/workflows/appimage_maker.yml
vendored
|
@ -22,7 +22,12 @@ jobs:
|
|||
- name: Set up build dependencies
|
||||
run: |
|
||||
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
|
||||
chmod +x ../appimagetool
|
||||
|
||||
|
|
Loading…
Reference in a new issue