Added apt install for the X11
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -15,7 +15,9 @@ jobs:
|
|||||||
cmake-version: '3.13.x'
|
cmake-version: '3.13.x'
|
||||||
|
|
||||||
- name: Get Libraries
|
- name: Get Libraries
|
||||||
run: git submodule update --init --recursive
|
run: |
|
||||||
|
git submodule update --init --recursive
|
||||||
|
sudo apt install xorg-dev libglu1-mesa-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user