Update ccpp.yml
This commit is contained in:
parent
0996f4e774
commit
78d3154a72
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…
Reference in a new issue