Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs into dev
This commit is contained in:
commit
88afa36979
1 changed files with 2 additions and 1 deletions
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…
Reference in a new issue