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 name: cmake
on: on: [push]
push:
jobs: jobs:
build-project: cmake:
name: Build Project name: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Project - name: checkout project
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build Project - name: build project
uses: threeal/cmake-action@v2.0.0 uses: threeal/cmake-action@v2.0.0