Skip to content

Commit e6a41b1

Browse files
committed
Update gcc.yml
1 parent 0c6ef9c commit e6a41b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
EOF
7474
sudo apt update
7575
# 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
76+
sudo apt install gcc g++ g++-multilib -y
7777
export PATH="/opt/gcc-latest/bin:$PATH"
7878
export LD_RUN_PATH="/opt/gcc-latest/lib64"
7979
echo 'export PATH="/opt/gcc-latest/bin:$PATH"' >> ~/.profile

0 commit comments

Comments
 (0)