2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Fix ci linux build (#183)

This commit is contained in:
Angga Permana 2023-08-08 23:18:39 +07:00 committed by GitHub
parent 083a776aee
commit e29d28de6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ jobs:
steps:
- name: setup dependencies
run: |
sudo apt install \
sudo apt-get update
sudo apt-get install \
libasound2-dev \
libx11-dev \
libxrandr-dev \