mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix windows workflow
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build Windows
|
||||
on:
|
||||
workflow_dispatch:
|
||||
env:
|
||||
QT_VERSION: "6.9.2"
|
||||
QT_VERSION: "6.8.0"
|
||||
GO_VERSION: "1.23.0"
|
||||
LIBPLIST_VER: "2.7.0"
|
||||
LIBTATSU_VER: "1.0.5"
|
||||
@@ -58,6 +58,9 @@ jobs:
|
||||
mingw-w64-x86_64-gst-plugins-ugly
|
||||
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
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user