Skip to content

Commit

Permalink
Update Linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii authored Jan 4, 2025
1 parent 419527d commit e10cde1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ jobs:
- name: Install compiler & Qt
run: |
sudo apt-get install --fix-missing --no-install-recommends make g++ qt5-qmake qtbase5-dev qtmultimedia5-dev libqt5multimedia5 libqt5multimedia5-plugins libqt5opengl5-dev libqt5designer5 libqt5svg5-dev libfuse2 libxkbcommon-x11-0 appstream
cd /usr/lib/x86_64-linux-gnu/qt5/plugins/
ls -al
- name: Inspect Qt plugin directories
run: |
ls -l /usr/lib/x86_64-linux-gnu/qt5/plugins/
ls -l /usr/lib/x86_64-linux-gnu/qt5/plugins/audio
ls -l /usr/lib/x86_64-linux-gnu/qt5/plugins/mediaservice
ls -l /usr/lib/x86_64-linux-gnu/qt5/plugins/playlistformats
- name: Create build directory
run: mkdir ${{ env.SOURCE_DIR }}/build
Expand Down

0 comments on commit e10cde1

Please sign in to comment.