Update ccpp.yml

This commit is contained in:
Nielsbishere 2019-12-04 14:20:29 +01:00 committed by GitHub
parent fb870c2551
commit 9e63b42523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: setup pkgconfig
run: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
- name: make install
run: make install --directory example
- name: make