Remove libglut from the image installation
Some checks failed
Build / Build (push) Failing after 33s

This commit is contained in:
Michael Bradley 2025-02-23 12:52:31 -05:00
parent 0475c9ef93
commit 2be2eac1ea
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -26,7 +26,7 @@ jobs:
- name: Install the toolchain
run: |
sudo apt-get update
sudo apt-get -y install cmake libglew-dev libglm-dev libglut-dev
sudo apt-get -y install cmake 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