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.
2 parents 47f2731 + dcc03bc commit f405ab3Copy full SHA for f405ab3
.github/workflows/ubuntu.yml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
- name: Install Qt
39
run : |
40
- sudo apt-get install build-essential libfontconfig1 mesa-common-dev libglu1-mesa-dev cmake qtdeclarative5-dev qml-module-qtquick-controls qtbase5-dev qtcreator qt5-default libqt5serialport5-dev qtbase5-private-dev qtdeclarative5-private-dev -y
+ sudo apt-get install build-essential libfontconfig1 mesa-common-dev libglu1-mesa-dev cmake qtdeclarative5-dev qml-module-qtquick-controls qtbase5-dev qtcreator qt5-default libqt5serialport5-dev qtbase5-private-dev qtdeclarative5-private-dev mesa-common-dev -y
41
- uses: actions/checkout@v1
42
with:
43
fetch-depth: 1
@@ -47,4 +47,3 @@ jobs:
47
qmake
48
make
49
./TestExcel
50
-
0 commit comments