Update ccpp.yml
This commit is contained in:
parent
73ec91127f
commit
93f0f5df3b
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user