Update ccpp.yml
This commit is contained in:
parent
0996f4e774
commit
78d3154a72
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: submodule
|
||||
uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: git submodule update --init
|
||||
- name: configure
|
||||
run: cmake .
|
||||
- name: make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue