See https://github.com/JosiahWI/irrlicht/actions/runs/3440089756/jobs/5738145153. I tried with cmake and with cmake3.5.2 but neither executable is on the PATH.
- name: Setup CMake
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.5.2
- name: Build
run: |
cmake -G Ninja -DCMAKE_CXX_COMPILER=/usr/bin/g++-5 -DCMAKE_BUILD_TYPE=Release .
cmake --build .
See https://github.com/JosiahWI/irrlicht/actions/runs/3440089756/jobs/5738145153. I tried with
cmakeand withcmake3.5.2but neither executable is on the PATH.