Skip to content

Commit 7e613e3

Browse files
committed
Use pkgconfiglite
1 parent 8c2ea39 commit 7e613e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

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

0 commit comments

Comments
 (0)