Also apt install X11 tools for testing.

This commit is contained in:
2021-10-01 00:58:46 -07:00
parent 105ea0f58c
commit 8ef89cdae3
2 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,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: |