Install CMake for build
Some checks failed
Build / Build (push) Failing after 19s

This commit is contained in:
Michael Bradley 2025-02-23 12:04:52 -05:00
parent f9c2ad3587
commit 1e601da194
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -10,6 +10,10 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Install the toolchain
run: |
sudo apt-get update
sudo apt-get -y install cmake
- name: Set up the build environment
run: cmake .
- name: Compile the code