This commit is contained in:
parent
d223dd0825
commit
995dd83fb7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,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 freeglut3-dev libglew-dev libglm-dev
|
sudo apt-get -y install freeglut3-dev libglew-dev libglm-dev ninja-build
|
||||||
curl -L https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-linux-aarch64.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue