Skip to content

Commit a2471a2

Browse files
committed
Cleanup gitlab package install
Not sure why packages were repeated, but tidy it up.
1 parent de778c1 commit a2471a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ variables:
1616

1717
# Which packages are required for GCC compilation
1818
.gcc_install_template: &GCCPackages
19-
- apt -y install gcc g++ gcc g++
19+
- apt -y install gcc g++
2020

2121
# Which pacakges are required for clang compilation
2222
.clang_install_template: &ClangPackages
23-
- apt -y install clang clang libstdc++
23+
- apt -y install clang
2424

2525
# Specify "rolling" rather than "latest"
2626
# We need gcc >=8 and clang >=7 for std::filesystem

0 commit comments

Comments
 (0)