We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a103e7 commit 8c2ea39Copy full SHA for 8c2ea39
.github/workflows/windows.yml
@@ -72,6 +72,7 @@ jobs:
72
73
- name: Configure using cmake
74
run: |
75
+ choco install pkg-config
76
cmake -S ./ -B ./build \
77
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} \
78
-DSPARROW_IPC_BUILD_TESTS=ON \
environment-dev.yml
@@ -6,7 +6,6 @@ dependencies:
6
- cmake
7
- ninja
8
- cxx-compiler
9
- - pkg-config
10
# Libraries dependencies
11
- flatbuffers
12
- lz4
0 commit comments