Add a GLUT package that will hopefully be there
All checks were successful
Build / Build (push) Successful in 38s
All checks were successful
Build / Build (push) Successful in 38s
This commit is contained in:
parent
2be2eac1ea
commit
5675fea9de
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Install the toolchain
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install cmake libglew-dev libglm-dev
|
||||
sudo apt-get -y install cmake freeglut3-dev libglew-dev libglm-dev
|
||||
- name: Set up the build environment
|
||||
run: cmake -S . -B cmake-build-debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
- name: Compile the code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue