Skip to content

Create cmake.yml

Create cmake.yml #1

Workflow file for this run

name: Build
on:
push:
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Build Project
uses: threeal/cmake-action@v2.0.0