This commit is contained in:
parent
9d7265b362
commit
1347e95f1f
1 changed files with 3 additions and 3 deletions
|
@ -43,11 +43,11 @@ jobs:
|
||||||
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-x86_64.sh -o cmake-install.sh
|
||||||
./cmake-install.sh
|
/bin/env sh cmake-install.sh
|
||||||
- name: Set up the build environment
|
- name: Set up the build environment
|
||||||
run: cmake -S . -B cmake-build-debug -G Ninja
|
run: bin/cmake -S . -B cmake-build-debug -G Ninja
|
||||||
- name: Compile the code
|
- name: Compile the code
|
||||||
run: cmake --build cmake-build-debug
|
run: bin/cmake --build cmake-build-debug
|
||||||
- name: Save executable
|
- name: Save executable
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue