We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6ef9c commit e6a41b1Copy full SHA for e6a41b1
.github/workflows/gcc.yml
@@ -73,7 +73,7 @@ jobs:
73
EOF
74
sudo apt update
75
# sudo apt install gcc-13 g++-13 gcc g++ gcc-13-locales g++-multilib -y
76
- sudo apt install gcc g++ gcc-locales g++-multilib -y
+ sudo apt install gcc g++ g++-multilib -y
77
export PATH="/opt/gcc-latest/bin:$PATH"
78
export LD_RUN_PATH="/opt/gcc-latest/lib64"
79
echo 'export PATH="/opt/gcc-latest/bin:$PATH"' >> ~/.profile
0 commit comments