This commit is contained in:
parent
4fff4ff79e
commit
bcce41ffe3
1 changed files with 5 additions and 3 deletions
|
@ -13,9 +13,11 @@ jobs:
|
|||
|
||||
- name: dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y \
|
||||
imagemagick wget
|
||||
apt-get update
|
||||
apt-get install -y wget libgl-dev libegl1-mesa-dev libasound2-dev libgnutls28-dev libvorbis-dev libvulkan-dev libwayland-dev libxcursor-dev libxkbcommon-dev libxrandr-dev libxi-dev libxss-dev
|
||||
|
||||
- name: build fteqw (for signing...)
|
||||
run: make fteqw64
|
||||
|
||||
- name: setup env
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue