Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 20, 2024
1 parent 7fa15bf commit 8698c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: test
run: |
export Qt6_DIR=${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
echo ${{env.Qt6_DIR}}
echo ${{env.QT_ROOT_DIR}}
echo $Qt6_DIR
echo $QT_ROOT_DIR
export TTT=${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
echo "${{env.TTT}}"
echo "Hello"
Expand Down

0 comments on commit 8698c5e

Please sign in to comment.