Skip to content

Commit

Permalink
forgot debug output fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Dec 23, 2024
1 parent 35db458 commit a285156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Set reusable strings
shell: bash
run: |
echo "${{github.workspace}}/qt/Qt":
ls ${{github.workspace}}/qt/Qt
echo "${{github.workspace}}/qt/Qt/6.8.1":
ls ${{github.workspace}}/qt/Qt/6.8.1
echo "${QT_ROOT_DIR}/lib/cmake/Qt6Linguist:"
ls ${QT_ROOT_DIR}/lib/cmake/Qt6Linguist
Expand Down

0 comments on commit a285156

Please sign in to comment.