Add more headers
This commit is contained in:
parent
ef07346fea
commit
9050410879
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 libglm-dev
|
||||
sudo apt-get -y install cmake libglew-dev libglm-dev libglut-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