Skip to content

Commit

Permalink
add qtmultimedia module to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Feb 11, 2024
1 parent 9e177b1 commit 73b3cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: 6.6.1
modules: qt5compat
modules: qt5compat qtmultimedia

- name: Install other prerequisites
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: 6.6.1
modules: qt5compat
modules: qt5compat qtmultimedia

- name: Install other prerequisites
run: |
Expand Down

0 comments on commit 73b3cf8

Please sign in to comment.