From 398c25bf3acbb927677d820bdbaaff9d1496f720 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 8 Oct 2022 19:21:22 +0300 Subject: [PATCH] Clone limine too --- .github/workflows/makefile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index cb998929..d1e2ce49 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -172,6 +172,7 @@ jobs: run: | sudo apt-get update sudo apt-get install xorriso mtools genisoimage ovmf nasm doxygen make gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 mingw-w64 -y + make --quiet -C tools do_limine - name: Cache cross Folder id: cache-cross