Remove libglut from the image installation
Some checks failed
Build / Build (push) Failing after 33s
Some checks failed
Build / Build (push) Failing after 33s
This commit is contained in:
parent
0475c9ef93
commit
2be2eac1ea
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Install the toolchain
|
- name: Install the toolchain
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
- name: Set up the build environment
|
||||||
run: cmake -S . -B cmake-build-debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
run: cmake -S . -B cmake-build-debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||||
- name: Compile the code
|
- name: Compile the code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue