Skip to content

Commit e6bc502

Browse files
authored
QT_ROOT_DIR instead of Qt5_Dir
1 parent ac874d3 commit e6bc502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
set -xue
5757
cygpath -w /usr/bin >> $GITHUB_PATH
5858
cygpath -w "${IQTA_TOOLS}/mingw${{matrix.mingw-short-version}}0_32/bin" >> $GITHUB_PATH
59-
cygpath -w "${Qt5_Dir}/bin" >> $GITHUB_PATH
59+
cygpath -w "${QT_ROOT_DIR}/bin" >> $GITHUB_PATH
6060
6161
- name: Check available tools
6262
run: |

0 commit comments

Comments
 (0)