mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
Fix ci linux build (#183)
This commit is contained in:
parent
083a776aee
commit
e29d28de6b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -31,7 +31,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: setup dependencies
|
- name: setup dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install \
|
sudo apt-get update
|
||||||
|
sudo apt-get install \
|
||||||
libasound2-dev \
|
libasound2-dev \
|
||||||
libx11-dev \
|
libx11-dev \
|
||||||
libxrandr-dev \
|
libxrandr-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user