Skip to content

Commit 8c2ea39

Browse files
committed
Install pkg-config only on windows and from source
1 parent 9a103e7 commit 8c2ea39

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
7373
- name: Configure using cmake
7474
run: |
75+
choco install pkg-config
7576
cmake -S ./ -B ./build \
7677
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} \
7778
-DSPARROW_IPC_BUILD_TESTS=ON \

environment-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies:
66
- cmake
77
- ninja
88
- cxx-compiler
9-
- pkg-config
109
# Libraries dependencies
1110
- flatbuffers
1211
- lz4

0 commit comments

Comments
 (0)