update workflow

This commit is contained in:
uncor3
2025-10-24 12:02:45 +00:00
parent 13e8e27a62
commit bd7703d705
+1 -2
View File
@@ -31,8 +31,7 @@ jobs:
- name: Update pkgconfig path
run: |
# show qmake to verify Qt6_DIR is correct
ls "${Qt6_DIR}/bin/" | grep qmake || true
ls "${Qt6_DIR}/lib/pkgconfig"
# write KEY=VALUE lines to GITHUB_ENV (required format)
echo "PKG_CONFIG_PATH=${Qt6_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH:-}" >> "$GITHUB_ENV"