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 82aad54 + 465863f commit acebfb7Copy full SHA for acebfb7
.github/scripts/hostsetup.sh
@@ -69,8 +69,7 @@ apt install -y \
69
default-jdk \
70
g++-9 \
71
gcc-9 \
72
- wget \
73
- libtbb-dev
+ wget
74
75
# installing the latest version of cmake
76
apt install -y apt-transport-https ca-certificates gnupg
.github/scripts/install_dependencies.sh
@@ -56,7 +56,7 @@ sudo apt install -y \
56
clang-13 \
57
clang-14 \
58
clang-format-14 \
59
- libtbb12
+ libtbb-dev
60
61
pip install -r requirements.txt
62
0 commit comments