Fix typo
Some checks failed
Build / Build (push) Failing after 7s

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

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out the code
uses: action/checkout@v4
uses: actions/checkout@v4
- name: Set up the build environment
run: cmake .
- name: Compile the code