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 Jun 17, 2024
1 parent 74bec6c commit 51d0648
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dvrescue-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
- compiler: gcc-9
packages: gcc-9 g++-9
env: { 'CC': 'gcc-9', 'CXX': 'g++-9' }
- qt_version: "5.15.2"
- qt_version: "5.15.*"
qt_packages: "libxkbcommon-dev libgstreamer-plugins-base1.0-0 libgstreamer-gl1.0-0"

runs-on: ubuntu-latest
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
- compiler: gcc-9
packages: gcc-9 g++-9
env: { 'CC': 'gcc-9', 'CXX': 'g++-9' }
- qt_version: "6.5.0"
- qt_version: "6.5.*"
qt_modules: "qtmultimedia qt5compat qtshadertools"
qt_packages: "libxkbcommon-dev libgstreamer-plugins-base1.0-0 libgstreamer-gl1.0-0"

Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:

strategy:
matrix:
qt_version: ["5.15.2"]
qt_version: ["5.15.*"]

runs-on: windows-latest

Expand Down Expand Up @@ -561,7 +561,7 @@ jobs:
strategy:
matrix:
include:
- qt_version: "6.3.0"
- qt_version: "6.5.*"
qt_modules: "qtmultimedia qt5compat"

runs-on: windows-latest
Expand Down Expand Up @@ -655,7 +655,7 @@ jobs:

strategy:
matrix:
qt_version: ["5.15.2"]
qt_version: ["5.15.*"]

runs-on: windows-latest

Expand Down Expand Up @@ -746,7 +746,7 @@ jobs:
strategy:
matrix:
include:
- qt_version: "6.3.0"
- qt_version: "6.3.*"
qt_modules: "qtmultimedia qt5compat"

runs-on: windows-latest
Expand Down

0 comments on commit 51d0648

Please sign in to comment.