Skip to content

Commit 9ae0863

Browse files
committed
fix install-qt-action qt-dir
1 parent 8acd4ff commit 9ae0863

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows-rel-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
- name: Configure Qt6 path
4545
shell: bash
4646
run: |
47-
echo "QT_DIR=$QT6_DIR" | sed 's/\\/\//g' >> $GITHUB_ENV
47+
echo "QT_DIR=$QT_ROOT_DIR" | sed 's/\\/\//g' >> $GITHUB_ENV
48+
echo "QT6_DIR=$QT_ROOT_DIR" | sed 's/\\/\//g' >> $GITHUB_ENV
4849
echo "GH_WORKSPACE=${{github.workspace}}" | sed 's/\\/\//g' >> $GITHUB_ENV
4950
5051
- name: Verify Qt Installation

0 commit comments

Comments
 (0)