add missing fteqw deps
Some checks failed
Construct / build (push) Failing after 5m53s

This commit is contained in:
Marco Cawthorne 2025-02-10 22:20:10 -08:00
parent 4fff4ff79e
commit c0e1aa9f6d
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -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
- name: build fteqw (for signing...)
run: make fteqw64
- name: setup env
run: |