This commit is contained in:
parent
3f83ecaee2
commit
d492ce18ed
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install freeglut3-dev libglew-dev libglm-dev
|
||||
curl -L https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-linux-x86_64.sh -o cmake-install.sh --skip-license
|
||||
/bin/env sh cmake-install.sh
|
||||
curl -L https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-linux-x86_64.sh -o cmake-install.sh
|
||||
/bin/env sh cmake-install.sh --skip-license
|
||||
- name: Set up the build environment
|
||||
run: bin/cmake -S . -B cmake-build-debug -G Ninja
|
||||
- name: Compile the code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue