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 b94c6ab commit 64f9e53Copy full SHA for 64f9e53
.github/workflows/ci.yml
@@ -422,20 +422,12 @@ jobs:
422
run: |
423
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --overwrite vulkan-loader vulkan-headers molten-vk imagemagick chafa
424
425
- - name: Initialize CodeQL
426
- uses: github/codeql-action/init@v3
427
- with:
428
- languages: c
429
-
430
- name: configure project
431
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' .
432
433
- name: build project
434
run: cmake --build . --target package --verbose -j4
435
436
- - name: perform CodeQL analysis
437
- uses: github/codeql-action/analyze@v3
438
439
- name: list features
440
run: ./fastfetch --list-features
441
0 commit comments