Skip to content

Commit 9733879

Browse files
committed
Debugging.
1 parent 725712f commit 9733879

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ccpp.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ jobs:
9595
protobuf:p pkg-config:p curl-winssl:p file:p glfw:p mbedtls:p
9696
sqlite:p freetype:p boost:p gcc:p binutils:p nsis:p abseil-cpp:p
9797
98+
- name: debug
99+
run: |
100+
pacboy -Q --info protobuf:p
101+
cat /mingw64/lib/pkgconfig/protobuf.pc
102+
/mingw64/bin/pkg-config.exe protobuf --cflags
103+
/mingw64/bin/pkg-config.exe protobuf --cflags --static
104+
98105
- uses: actions/checkout@v4
99106
with:
100107
repository: 'davidgiven/fluxengine'

0 commit comments

Comments
 (0)