Update cmake.yml

This commit is contained in:
Jordan Bayles 2024-09-09 18:57:47 -07:00 committed by GitHub
parent 4bb04e77c7
commit 323fbceda0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,13 @@
name: Build
on:
push:
name: cmake
on: [push]
jobs:
build-project:
name: Build Project
cmake:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout Project
- name: checkout project
uses: actions/checkout@v4
- name: Build Project
- name: build project
uses: threeal/cmake-action@v2.0.0