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 03bc66a commit 7fa15bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ jobs:
- name: test
run: |
export Qt6_DIR=${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
echo "${{env.Qt6_DIR}}"
echo "${{env.QT_ROOT_DIR}}"
echo ${{env.Qt6_DIR}}
echo ${{env.QT_ROOT_DIR}}
export TTT=${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
echo "${{env.TTT}}"
echo "Hello"
echo $TTT
echo $Qt6_DIR
- name: Checkout eclipse paho repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 7fa15bf

Please sign in to comment.