From 782395927f66d72250577f3e7c4e3da729481689 Mon Sep 17 00:00:00 2001 From: Aren Date: Sun, 22 Oct 2023 17:08:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20github=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54db623..f624b83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,12 @@ jobs: steps: - uses: actions/checkout@v3 - - name: install Python3 - run: sudo apt install python3 + - name: install depends + run: sudo apt install clang-format python3 git qemu-system-x86 gdisk gcc g++ xorriso make mtools curl + + - name: install limine + run: | + git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1 - name: build run: ./build.sh