Skip to content

Commit 8fb96ca

Browse files
authored
test
1 parent f3972f8 commit 8fb96ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
run: |
2121
sudo apt-get update -y
2222
sudo apt-get install -y libglfw3-dev libglew-dev libstb-dev libglm-dev
23+
24+
- name: debug
25+
run: |
26+
pkg-config --libs glew glfw3 glm
27+
echo "---"
28+
pkg-config --cflags glew glfw3 glm
2329
2430
- name: make
2531
run: make

0 commit comments

Comments
 (0)