We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad610fe commit bd9241eCopy full SHA for bd9241e
.github/workflows/ci.yml
@@ -29,6 +29,9 @@ jobs:
29
run: |
30
sudo apt-get update
31
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
35
36
install-qt6:
37
runs-on: ubuntu-latest
@@ -50,6 +53,9 @@ jobs:
50
53
51
54
52
55
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
59
60
build-qt5:
61
0 commit comments