Accept the CMake license
Some checks failed
Build / Build (push) Failing after 27s

This commit is contained in:
Michael Bradley 2025-03-01 16:12:19 -05:00
parent 1347e95f1f
commit 3f83ecaee2
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -42,7 +42,7 @@ 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
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
- name: Set up the build environment
run: bin/cmake -S . -B cmake-build-debug -G Ninja