Added apt install for the X11

This commit is contained in:
2021-10-01 00:53:22 -07:00
parent 53fee3b47e
commit a1cf276491

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: |