Skip to content

Commit

Permalink
ansible: install GCC 11 on Debian 12 (#3701)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed May 3, 2024
1 parent 8f4f16f commit 98917df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/baselayout/vars/main.yml
Expand Up @@ -72,7 +72,7 @@ packages: {
],

debian12: [
'systemd-timesyncd,gcc,g++,make,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-venv',
'systemd-timesyncd,gcc,g++,gcc-11,g++-11,make,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-venv',
],

fedora: [
Expand Down

0 comments on commit 98917df

Please sign in to comment.