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 635f69a commit 485c335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:

- name: Create environment variable for VSCP_ROOT
run: |
export VSCP_ROOT=${{github.workspace}}/vscp
export VSCP_ROOT=${{github.workspace}}/vscp; export Qt6_DIR=1234
echo "${{env.Qt6_DIR}}"
export Qt6_DIR=${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
export t123456=2
set Qt6_DIR=${{env.QT_ROOT_DIR}}/lib/cmake/Qt6/
set t123456=2
echo "${{env.QT_ROOT_DIR}}"
echo "${{env.Qt6_DIR}}"
Expand Down

0 comments on commit 485c335

Please sign in to comment.