Skip to content

Commit 846f90c

Browse files
committed
devops: rm gcc-14
Signed-off-by: Aaron Teo <[email protected]>
1 parent 5c6d742 commit 846f90c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,6 @@ jobs:
209209
key: ubuntu-cpu-cmake
210210
evict-old-files: 1d
211211

212-
- name: Install GCC 14
213-
id: install_gcc
214-
run: |
215-
sudo apt-get update
216-
sudo apt-get install -y --no-install-recommends \
217-
gcc-14 g++-14
218-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 14
219-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 14
220-
221212
- name: Build Dependencies
222213
id: build_depends
223214
run: |

0 commit comments

Comments
 (0)