fix windows workflow

This commit is contained in:
uncor3
2025-11-04 20:20:37 +00:00
parent 61ee236929
commit 6ab5f9b286
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
mingw-w64-x86_64-gst-libav
- name: Set PKG_CONFIG environment variable
run: echo "PKG_CONFIG=C:/msys64/mingw64/bin/pkg-config.exe" >> $GITHUB_ENV
run: echo "PKG_CONFIG_EXECUTABLE=C:/msys64/mingw64/bin/pkg-config.exe" >> $GITHUB_ENV
- name: Install Qt
uses: jurplel/install-qt-action@v3