fix windows workflow

This commit is contained in:
uncor3
2025-11-05 01:13:32 +00:00
parent 9f66456b3b
commit 2e6c64dbb0
+9 -1
View File
@@ -58,6 +58,14 @@ jobs:
mingw-w64-x86_64-gst-plugins-ugly
mingw-w64-x86_64-gst-libav
- name: Verify CMake and CPack in PowerShell
shell: pwsh
run: |
Get-Command cmake
cmake --version
Get-Command cpack
cpack --version
- name: Set PKG_CONFIG environment variable
run: echo "PKG_CONFIG_EXECUTABLE=C:/msys64/mingw64/bin/pkg-config.exe" >> $GITHUB_ENV
@@ -197,7 +205,7 @@ jobs:
- name: Install & CPack
working-directory: build
shell: bash
shell: pwsh
run: |
cmake --install .
cpack .