Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Nov 27, 2024
1 parent 6368a9a commit 05d7ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dvrescue-gui.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@6
brew install ${{ matrix.packages }} ffmpeg@6
- name: Install qwt-qt5
run: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install dependencies
run: |
brew install ${{ matrix.packages }} pkg-config ffmpeg@6
brew install ${{ matrix.packages }} ffmpeg@6
- name: Install Qt6
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 05d7ac8

Please sign in to comment.