diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index b3c6fa69..cb998929 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -106,7 +106,7 @@ jobs: - name: Get GNU-EFI source code and compile it if: steps.cache-gnuefi.outputs.cache-hit != 'true' - run: make Lynx prepare + run: make --quiet -C Lynx prepare analyze: name: Analyze with CodeQL