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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user