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 5fda331 commit de379e5
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 @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
brew install ${{ matrix.packages }} pkg-config ffmpeg qt@5
brew install ${{ matrix.packages }} pkg-config ffmpeg@6 qt@5
- name: Install qwt-qt5
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install dependencies
run: |
brew install ${{ matrix.packages }} pkg-config ffmpeg qt
brew install ${{ matrix.packages }} pkg-config ffmpeg@6 qt
- name: Install qwt
run: |
Expand Down

0 comments on commit de379e5

Please sign in to comment.