mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Fix dependencies in build.yml
This commit is contained in:
parent
ae45736bd9
commit
5dc091fe56
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -18,6 +18,19 @@ jobs:
|
||||
- name: checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: setup dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install \
|
||||
libasound2-dev \
|
||||
libx11-dev \
|
||||
libxrandr-dev \
|
||||
libxi-dev \
|
||||
libgl1-mesa-dev \
|
||||
libglu1-mesa-dev \
|
||||
libxcursor-dev \
|
||||
libxinerama-dev
|
||||
|
||||
- name: setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user