From 7cc15c25062d3113994add6e68e49b3f074960b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D0=B5=D0=BD=20=D0=95=D0=BB=D1=87=D0=B8=D0=BD?= =?UTF-8?q?=D1=8F=D0=BD?= Date: Thu, 2 Nov 2023 00:43:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D1=84=D0=BE=D1=80=D0=BA=20=D0=B7=D0=B0=D0=B3=D1=80?= =?UTF-8?q?=D1=83=D0=B7=D1=87=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29d9263..cd7583a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: install limine run: | - git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1 + git clone https://git.synapseos.ru/Aren/limine.git --branch=v5.x-branch-binary --depth=1 cd limine && make && cd .. - name: build