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 d9ae119 commit aab576a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ jobs:

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

0 comments on commit aab576a

Please sign in to comment.