Skip to content

Commit 64f9e53

Browse files
committed
CI (macOS): remove CodeQL
It slows down the CI greatly, but never reports anything useful.
1 parent b94c6ab commit 64f9e53

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -422,20 +422,12 @@ jobs:
422422
run: |
423423
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --overwrite vulkan-loader vulkan-headers molten-vk imagemagick chafa
424424
425-
- name: Initialize CodeQL
426-
uses: github/codeql-action/init@v3
427-
with:
428-
languages: c
429-
430425
- name: configure project
431426
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' .
432427

433428
- name: build project
434429
run: cmake --build . --target package --verbose -j4
435430

436-
- name: perform CodeQL analysis
437-
uses: github/codeql-action/analyze@v3
438-
439431
- name: list features
440432
run: ./fastfetch --list-features
441433

0 commit comments

Comments
 (0)