Skip to content

Commit d8671ff

Browse files
committed
C++ CodeQL: Remove failing step.
Let's see what starts failing if we don't do this.
1 parent 7248fb7 commit d8671ff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/cpp-swift-analysis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ jobs:
3838
languages: cpp
3939
config-file: ./.github/codeql/codeql-config.yml
4040

41-
- name: "[Ubuntu] Remove GCC 13 from runner image"
42-
shell: bash
43-
run: |
44-
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
45-
sudo apt-get update
46-
sudo apt-get install -y --allow-downgrades libc6=2.35-* libc6-dev=2.35-* libstdc++6=12.3.0-* libgcc-s1=12.3.0-*
47-
4841
- name: "Build Swift extractor using Bazel"
4942
run: |
5043
bazel clean --expunge

0 commit comments

Comments
 (0)