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 a335aec commit a1baaae
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: |
echo `brew --prefix qt@5`/bin >> $GITHUB_PATH
- name: Check Qt install
run: |
qmake -v
- name: Build QCTools
env:
USE_BREW: true
Expand Down Expand Up @@ -98,6 +102,10 @@ jobs:
run: |
echo `brew --prefix qt`/bin >> $GITHUB_PATH
- name: Check Qt install
run: |
qmake -v
- name: Build QCTools
env:
USE_BREW: true
Expand Down Expand Up @@ -149,10 +157,9 @@ jobs:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Set Qt5 environment path
- name: Check Qt install
run: |
echo $GITHUB_PATH
echo $PATH
qmake -v
- name: Build qwt
run: |
Expand Down Expand Up @@ -228,6 +235,10 @@ jobs:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Check Qt install
run: |
qmake -v
- name: Build qwt
run: |
git clone --branch qwt-6.2 --depth 1 https://git.code.sf.net/p/qwt/git ../qwt
Expand Down

0 comments on commit a1baaae

Please sign in to comment.