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