From c0b7bd5e88c0664c456797e908565acbefa028b9 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 8 Oct 2022 04:49:17 +0300 Subject: [PATCH] Fixed gnu-efi not compiling --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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