Skip to content

Commit 51ed006

Browse files
committed
CI: Don't use pkg-config on Windows.
1 parent d3c5136 commit 51ed006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
include:
4242
- sys: {os: 'windows', shell: 'pwsh'}
4343
cmake_args: >-
44-
-DPKG_CONFIG_EXECUTABLE=C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe
44+
-DCMAKE_PREFIX_PATH=C:/vcpkg/installed/x64-windows
4545
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
4646
--install-prefix=$env:GITHUB_WORKSPACE/install
4747
- sys: {os: 'windows', shell: 'msys2'}
@@ -76,7 +76,7 @@ jobs:
7676
if: matrix.sys.os == 'ubuntu'
7777

7878
- name: Install dependencies (Windows)
79-
run: vcpkg install --triplet=x64-windows libusb fftw3 pthreads pkgconf
79+
run: vcpkg install --triplet=x64-windows libusb fftw3 pthreads
8080
if: matrix.sys.os == 'windows' && matrix.sys.shell != 'msys2'
8181

8282
- name: Setup MSYS (Windows)

0 commit comments

Comments
 (0)