Skip to content

Commit

Permalink
workflow: switch to Qt 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Jul 17, 2023
1 parent 06dc5b6 commit 48d8993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
qt-version: [5.15.*, 6.*]
qt-version: [5.15.*, 6.5.*]
include:
- qt-version: 6.*
- qt-version: 6.5.*
param: -DQT6=ON
addon: 'addons.qtmultimedia'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get install libgstreamer-gl1.0-0
- uses: jurplel/install-qt-action@v3
with:
version: 6.*
version: 6.5.*
modules: 'addons.qtmultimedia'
- name: install_deps
run: sudo apt-get install cmake gettext libsndfile1-dev libmpg123-dev libvorbis-dev libopusfile-dev libgme-dev libsidplayfp-dev libstilview-dev libopenmpt-dev libmpcdec-dev libwavpack-dev libavcodec-dev libavformat-dev libbs2b-dev liblastfm5-dev
Expand Down

0 comments on commit 48d8993

Please sign in to comment.