We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7248fb7 commit d8671ffCopy full SHA for d8671ff
.github/workflows/cpp-swift-analysis.yml
@@ -38,13 +38,6 @@ jobs:
38
languages: cpp
39
config-file: ./.github/codeql/codeql-config.yml
40
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
-
48
- name: "Build Swift extractor using Bazel"
49
run: |
50
bazel clean --expunge
0 commit comments