Github workflow update

This commit is contained in:
Nic Barker 2025-02-02 14:48:38 +13:00
parent fd2b13974c
commit dabc78419f

View File

@ -62,7 +62,8 @@ jobs:
- name: Install Dependencies
if: runner.os == 'Linux'
run: |
run: |
DEBIAN_FRONTEND=noninteractive sudo apt-get update -y
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y git
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libwayland-dev
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y pkg-config