We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
APT
1 parent aa273e5 commit ddfbd4dCopy full SHA for ddfbd4d
2 files changed
.github/workflows/linux_dev.yml
@@ -26,13 +26,18 @@ jobs:
26
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
27
echo "$HOME/.cargo/bin:$PATH" >> $GITHUB_PATH
28
29
- - name: Install C++ libraries
+ - name: Install requirements
30
shell: bash
31
run: |
32
sudo apt-get update
33
sudo apt-get install -y \
34
git cmake make ccache \
35
- qt6-base-dev clang
+ clang
36
+
37
+ - name: Install Qt
38
+ uses: jurplel/install-qt-action@v4
39
+ with:
40
+ os: "linux"
41
42
- name: Add Rust components
43
src/front_end/include/abstract_table_model.hxx
@@ -6,9 +6,9 @@
6
#include <qlist.h>
7
#include <qnamespace.h>
8
#include <qtmetamacros.h>
9
+#include <qtypes.h>
10
#include <qvariant.h>
11
-#include <QtTypes>
12
#include <algorithm>
13
#include <climits>
14
#include <cstdint>
0 commit comments