Include freeglut
This commit is contained in:
parent
48ebaf3ecc
commit
6ebe2ce831
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo apt install -y gcc-multilib
|
run: sudo apt install -y gcc-multilib freeglut3-dev:i386
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make
|
run: make
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user