Run prepare on Kernel

This commit is contained in:
Alex 2022-10-10 09:00:59 +03:00
parent c38d7113b2
commit 0e1b5e5a5e
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -173,6 +173,7 @@ jobs:
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
make --quiet -C Kernel prepare
- name: Cache cross Folder
id: cache-cross
@ -213,6 +214,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 Kernel prepare
- name: Cache cross Folder
id: cache-cross
@ -253,6 +255,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 Kernel prepare
- name: Cache cross Folder
id: cache-cross