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 de778c1 commit a2471a2Copy full SHA for a2471a2
.gitlab-ci.yml
@@ -16,11 +16,11 @@ variables:
16
17
# Which packages are required for GCC compilation
18
.gcc_install_template: &GCCPackages
19
- - apt -y install gcc g++ gcc g++
+ - apt -y install gcc g++
20
21
# Which pacakges are required for clang compilation
22
.clang_install_template: &ClangPackages
23
- - apt -y install clang clang libstdc++
+ - apt -y install clang
24
25
# Specify "rolling" rather than "latest"
26
# We need gcc >=8 and clang >=7 for std::filesystem
0 commit comments