From a1cf27649191056f3c5bbc9e8cf2611762ad84f5 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Fri, 1 Oct 2021 00:53:22 -0700 Subject: [PATCH] Added apt install for the X11 --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59ab903d..d4feda6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |