From d8671ff984a75b280bbb8230800546838a28f913 Mon Sep 17 00:00:00 2001 From: Cornelius Riemenschneider Date: Mon, 6 Jan 2025 14:22:32 +0100 Subject: [PATCH] C++ CodeQL: Remove failing step. Let's see what starts failing if we don't do this. --- .github/workflows/cpp-swift-analysis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/cpp-swift-analysis.yml b/.github/workflows/cpp-swift-analysis.yml index 3af9c3c5e4ea..da51cf01f1ee 100644 --- a/.github/workflows/cpp-swift-analysis.yml +++ b/.github/workflows/cpp-swift-analysis.yml @@ -38,13 +38,6 @@ jobs: languages: cpp config-file: ./.github/codeql/codeql-config.yml - - name: "[Ubuntu] Remove GCC 13 from runner image" - shell: bash - run: | - sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list - sudo apt-get update - sudo apt-get install -y --allow-downgrades libc6=2.35-* libc6-dev=2.35-* libstdc++6=12.3.0-* libgcc-s1=12.3.0-* - - name: "Build Swift extractor using Bazel" run: | bazel clean --expunge