Fix CMake license acceptance
Some checks failed
Build / Build (push) Failing after 33s

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

View file

@ -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