Added apt install for the X11

This commit is contained in:
2021-10-01 00:53:22 -07:00
parent 399d7a3364
commit 3871d9245b

View File

@ -15,7 +15,9 @@ jobs:
cmake-version: '3.13.x'
- 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
run: |