Skip to content

Commit 05c5ff9

Browse files
committed
devops: debug gcc-14 missing
Signed-off-by: Aaron Teo <[email protected]>
1 parent 0261fbd commit 05c5ff9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ jobs:
212212
- name: Install GCC 14
213213
id: install_gcc
214214
run: |
215-
sudo apt-get update
216-
sudo apt-get install -y --no-install-recommends \
217-
software-properties-common
218-
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
219215
sudo apt-get update
220216
sudo apt-get install -y --no-install-recommends \
221217
gcc-14 g++-14

0 commit comments

Comments
 (0)