We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b6bee commit c95abf1Copy full SHA for c95abf1
1 file changed
.github/workflows/ctest.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set Qt install path
25
id: qtpath
26
run: |
27
- QT_DIR=$(find ${{ github.workspace }}/Qt -maxdepth 2 -type d -name "gcc_*" | head -n 1)
+ QT_DIR=$(find ${{ github.workspace }}/Qt -type d -name "gcc_*" | head -n1)
28
echo "QT_DIR=$QT_DIR" >> $GITHUB_ENV
29
ls -la $QT_DIR
30
0 commit comments