Skip to content

Commit

Permalink
Set pkg-config-path
Browse files Browse the repository at this point in the history
  • Loading branch information
jawilson committed Nov 16, 2023
1 parent 37c75a9 commit ea9bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build Amazon-S3 Plugin
run: |
$Env:CMAKE_PREFIX_PATH="$Env:VCPKG_INSTALLATION_ROOT\installed\x64-windows"
meson setup --vsenv --buildtype debugoptimized build
meson setup --vsenv --buildtype debugoptimized --pkg-config-path ${{ steps.setup_gstreamer.outputs.gstreamerPath }}\lib\pkgconfig build
meson compile -C build
- name: Get Version
Expand Down

0 comments on commit ea9bc5a

Please sign in to comment.