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 0ddc3bb commit 7525db3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,12 @@ jobs:

- name: Set Qt5 environment path
run: |
export $Qt5_DIR
ls $Qt5_DIR
echo "$Qt5_DIR"/bin >> $GITHUB_PATH
export $GITHUB_PATH

- name: Build qwt
env:
QT_VERSION: ${{ matrix.qt.version }}
run: |
git clone --branch qwt-6.2 --depth 1 https://git.code.sf.net/p/qwt/git ../qwt
cd ../qwt
Expand Down

0 comments on commit 7525db3

Please sign in to comment.