Skip to content

Commit c95abf1

Browse files
Fix: Qt path
1 parent e1b6bee commit c95abf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ctest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set Qt install path
2525
id: qtpath
2626
run: |
27-
QT_DIR=$(find ${{ github.workspace }}/Qt -maxdepth 2 -type d -name "gcc_*" | head -n 1)
27+
QT_DIR=$(find ${{ github.workspace }}/Qt -type d -name "gcc_*" | head -n1)
2828
echo "QT_DIR=$QT_DIR" >> $GITHUB_ENV
2929
ls -la $QT_DIR
3030

0 commit comments

Comments
 (0)