Add GLM headers to build action
This commit is contained in:
parent
4f4266327f
commit
0d79d17738
1 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@ jobs:
|
|||
- name: Install the toolchain
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install cmake
|
||||
sudo apt-get -y install cmake libglm-dev
|
||||
- name: Set up the build environment
|
||||
run: cmake .
|
||||
run: cmake -S . -B cmake-build-debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
- name: Compile the code
|
||||
run: cmake --build .
|
||||
run: cmake --build cmake-build-debug
|
||||
- name: Save executable
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue