Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed May 4, 2024
1 parent b57625e commit 0ddc3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Set Qt5 environment path
run: |
echo "$QT_ROOT_DIR"/bin >> $GITHUB_PATH
echo "$Qt5_DIR"/bin >> $GITHUB_PATH
- name: Build qwt
env:
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:

- name: Set Qt6 environment path
run: |
echo "$QT_ROOT_DIR"/bin >> $GITHUB_PATH
echo "$Qt6_DIR"/bin >> $GITHUB_PATH
- name: Build qwt
run: |
Expand Down

0 comments on commit 0ddc3bb

Please sign in to comment.