Skip to content

Commit c0b3a5e

Browse files
committed
ci(cpp): remove unused step
1 parent 686657e commit c0b3a5e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cpp.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
chmod +x ./llvm.sh
6666
sudo ./llvm.sh "${CXX##*-}"
6767
68-
- name: Setup GCC
69-
if: matrix.cxx.cmd == 'g++-15'
70-
run: sudo apt update && sudo apt install -y "gcc-${CXX##*-}"
71-
7268
- name: Setup Ubuntu dependencies
7369
if: runner.os == 'Linux'
7470
uses: ./.github/actions/setup-ubuntu-deps

0 commit comments

Comments
 (0)