We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725712f commit 9733879Copy full SHA for 9733879
.github/workflows/ccpp.yml
@@ -95,6 +95,13 @@ jobs:
95
protobuf:p pkg-config:p curl-winssl:p file:p glfw:p mbedtls:p
96
sqlite:p freetype:p boost:p gcc:p binutils:p nsis:p abseil-cpp:p
97
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
+
105
- uses: actions/checkout@v4
106
with:
107
repository: 'davidgiven/fluxengine'
0 commit comments