Skip to content

Commit

Permalink
further attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed May 4, 2024
1 parent b1e87a6 commit c1165c9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set Qt5 environment path
run: |
echo "/usr/local/opt/qt@5/bin" >> $GITHUB_PATH
echo `brew --prefix qt@5`/bin >> $GITHUB_PATH
- name: Build QCTools
env:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Set Qt6 environment path
run: |
echo "/usr/local/opt/qt6/bin" >> $GITHUB_PATH
echo `brew --prefix qt`/bin >> $GITHUB_PATH
- name: Build QCTools
env:
Expand Down Expand Up @@ -147,10 +147,6 @@ jobs:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Set Qt5 environment path
run: |
echo "/usr/local/opt/qt@5/bin" >> $GITHUB_PATH
- name: Build qwt
run: |
git clone --branch qwt-6.2 --depth 1 https://git.code.sf.net/p/qwt/git ../qwt
Expand Down Expand Up @@ -225,10 +221,6 @@ jobs:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Set Qt6 environment path
run: |
echo "/usr/local/opt/qt6/bin" >> $GITHUB_PATH
- 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 c1165c9

Please sign in to comment.