Update ccpp.yml

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

View File

@ -9,8 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: get glfw
run: git clone https://github.com/glfw/glfw --recurse
- name: setup pkgconfig
run: pkg-config --cflags glfw3
run: export PKG_CONFIG_PATH=/home/runner/work/Nuklear/Nuklear/glfw/src
- name: make install
run: make install --directory example
- name: make