Skip to content

Update cmake.yml

Update cmake.yml #2

Workflow file for this run

name: cmake
on: [push]
jobs:
cmake:
name: build
runs-on: ubuntu-latest
steps:
- name: checkout project
uses: actions/checkout@v4
- name: build project
uses: threeal/[email protected]