This commit is contained in:
parent
4fff4ff79e
commit
a45d8ee372
1 changed files with 11 additions and 2 deletions
|
@ -14,8 +14,17 @@ jobs:
|
|||
- name: dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y \
|
||||
imagemagick wget
|
||||
apt install --no-install-recommends -y \
|
||||
wget \
|
||||
gettext \
|
||||
libasound2-dev \
|
||||
libgnutls28-dev \
|
||||
libvorbis-dev \
|
||||
libvulkan-dev \
|
||||
libwayland-dev \
|
||||
libxcursor-dev \
|
||||
libxkbcommon-dev \
|
||||
libxrandr-dev
|
||||
|
||||
- name: setup env
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue