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 b4d9605 commit 3d668a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
submodules: recursive

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

0 comments on commit 3d668a7

Please sign in to comment.