Update cmake.yml
This commit is contained in:
parent
4bb04e77c7
commit
323fbceda0
13
.github/workflows/cmake.yml
vendored
13
.github/workflows/cmake.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user