1
0
mirror of synced 2024-11-14 17:57:34 +01:00

Include freeglut

This commit is contained in:
Bobby Dilley 2022-07-19 12:25:32 +01:00
parent 48ebaf3ecc
commit 6ebe2ce831

View File

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