Update ccpp.yml

This commit is contained in:
Lauchmelder 2020-05-18 21:44:56 +02:00 committed by GitHub
parent 0996f4e774
commit 78d3154a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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