We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c5136 commit 51ed006Copy full SHA for 51ed006
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
include:
42
- sys: {os: 'windows', shell: 'pwsh'}
43
cmake_args: >-
44
- -DPKG_CONFIG_EXECUTABLE=C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe
+ -DCMAKE_PREFIX_PATH=C:/vcpkg/installed/x64-windows
45
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
46
--install-prefix=$env:GITHUB_WORKSPACE/install
47
- sys: {os: 'windows', shell: 'msys2'}
@@ -76,7 +76,7 @@ jobs:
76
if: matrix.sys.os == 'ubuntu'
77
78
- name: Install dependencies (Windows)
79
- run: vcpkg install --triplet=x64-windows libusb fftw3 pthreads pkgconf
+ run: vcpkg install --triplet=x64-windows libusb fftw3 pthreads
80
if: matrix.sys.os == 'windows' && matrix.sys.shell != 'msys2'
81
82
- name: Setup MSYS (Windows)
0 commit comments