From 8e59115c1e97682a54883873d01c39a5a62c4b5d Mon Sep 17 00:00:00 2001 From: Aren Date: Sun, 22 Oct 2023 17:47:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B5=D0=B9=20=D0=B0=D0=B2=D1=82=D0=BE=D1=81=D0=B1?= =?UTF-8?q?=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f624b83..ea295b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: install depends - run: sudo apt install clang-format python3 git qemu-system-x86 gdisk gcc g++ xorriso make mtools curl + run: sudo apt install clang-format python3 git gdisk gcc g++ xorriso make mtools curl - name: install limine run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6e004a..dde0e97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,14 @@ jobs: git config --global user.email "github@github.com" git config --global user.name "Build bot" + + - name: install depends + run: sudo apt install clang-format python3 git 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