Fixed gnu-efi not compiling

This commit is contained in:
Alex
2022-10-08 04:49:17 +03:00
parent ed7f2897f1
commit c0b7bd5e88

View File

@@ -106,7 +106,7 @@ jobs:
- name: Get GNU-EFI source code and compile it - name: Get GNU-EFI source code and compile it
if: steps.cache-gnuefi.outputs.cache-hit != 'true' if: steps.cache-gnuefi.outputs.cache-hit != 'true'
run: make Lynx prepare run: make --quiet -C Lynx prepare
analyze: analyze:
name: Analyze with CodeQL name: Analyze with CodeQL