Just install clang instead of just gcc-c++
This commit is contained in:
parent
29a72ce939
commit
f7a12c3e11
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ dnf install -y \
|
|||
buildah \
|
||||
podman \
|
||||
# For helix grammer compliation
|
||||
gcc-c++
|
||||
clang
|
||||
|
||||
loginctl enable-linger $user
|
||||
|
||||
|
|
Loading…
Reference in a new issue