Skip to content

Commit 98917df

Browse files
authored
ansible: install GCC 11 on Debian 12 (nodejs#3701)
Refs: nodejs/node#45427
1 parent 8f4f16f commit 98917df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/baselayout/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ packages: {
7272
],
7373

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

7878
fedora: [

0 commit comments

Comments
 (0)