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 aab576a commit a4e8cac
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@ jobs:
ref: development
submodules: recursive

- name: Create environment variable for VSCP_ROOT
- name: Create environment variable for VSCP_ROOT and Qt6_DIR
run: |
export VSCP_ROOT=${{github.workspace}}/vscp
echo echo ${{env.VSCP_ROOT}}
- name: test
run: |
export ${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
echo "${{env.Qt6_DIR}}"
export Qt6_DIR=$QT_ROOT_DIR/lib/cmake/Qt6/
echo "${{env.QT_ROOT_DIR}}"
echo "${{env.Qt6_DIR}}ppp"
- name: Checkout eclipse paho repo
uses: actions/checkout@v4
Expand Down

0 comments on commit a4e8cac

Please sign in to comment.