Skip to content

Commit

Permalink
Revert install-qt action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Oct 23, 2022
1 parent 0086048 commit 0ff4c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
qt-version: [5.15.*, 6.3.*]
qt-version: [5.15.2, 6.3.2]

steps:
- name: install_qt_deps
run: |
sudo apt-get update
sudo apt-get install libgstreamer-gl1.0-0
- uses: jurplel/install-qt-action@v3
- uses: jurplel/install-qt-action@v2
with:
version: ${{ matrix.qt-version }}
modules: 'addons.qtmultimedia'
Expand Down

0 comments on commit 0ff4c54

Please sign in to comment.