Skip to content

Commit bd9241e

Browse files
committed
Fix CI
1 parent ad610fe commit bd9241e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
run: |
3030
sudo apt-get update
3131
sudo apt-get install -y build-essential cmake qtcreator qtbase5-dev libqt5serialport5 libqt5serialport5-dev
32+
echo "Listing Qt5 installation directories:"
33+
ls -R /usr/lib/x86_64-linux-gnu/qt5
34+
ls -R /usr/share/qt5
3235
3336
install-qt6:
3437
runs-on: ubuntu-latest
@@ -50,6 +53,9 @@ jobs:
5053
run: |
5154
sudo apt-get update
5255
sudo apt-get install -y build-essential cmake qtcreator qt6-base-dev qt6-declarative-dev qt6-serialport-dev
56+
echo "Listing Qt6 installation directories:"
57+
ls -R /usr/lib/x86_64-linux-gnu/qt6
58+
ls -R /usr/share/qt6
5359
5460
build-qt5:
5561
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)