Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baylesj authored Sep 10, 2024
1 parent 4bb04e7 commit 323fbce
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 323fbce

Please sign in to comment.