From 6ebe2ce831e0badf171a04326c6823419dd1d094 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Tue, 19 Jul 2022 12:25:32 +0100 Subject: [PATCH] Include freeglut --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70869fe..38c4f3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: with: fetch-depth: 1 - name: Install Dependencies - run: sudo apt install -y gcc-multilib + run: sudo apt install -y gcc-multilib freeglut3-dev:i386 - name: Build run: make - name: Upload artifact