Update ccpp.yml

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

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: setup pkgconfig
run: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
run: pkg-config --cflags glfw3
- name: make install
run: make install --directory example
- name: make