update workflow

This commit is contained in:
uncor3
2025-10-27 16:16:34 +00:00
parent aaa14f1c22
commit 7a1dda9159
+4
View File
@@ -23,6 +23,9 @@ jobs:
submodules: "recursive"
token: ${{ secrets.PAT }}
- name: Mkdir qt
run: mkdir $HOME/Qt
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
@@ -33,6 +36,7 @@ jobs:
use-official: true
email: ${{ secrets.QT_EMAIL }}
pw: ${{ secrets.QT_PW }}
dir: "$HOME/Qt"
- name: Update pkgconfig path
run: |