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 c677d8c commit 58dac3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
- name: Create environment variable for VSCP_ROOT
run: |
export VSCP_ROOT=${{github.workspace}}/vscp
export Qt6_DIR=${{env.QT_ROOT_DIR}}
export Qt6_DIR=${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
echo ${{env.QT_ROOT_DIR}}
echo ${{env.Qt6_DIR}}
- name: Checkout eclipse paho repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 58dac3e

Please sign in to comment.