Update ccpp.yml

This commit is contained in:
Lauchmelder 2020-05-18 21:54:04 +02:00 committed by GitHub
parent fc4907f619
commit e03ecfea7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ jobs:
args: git submodule update --init
- name: configure
run: |
mkdir build
cd build
cmake ..
- name: make