From ff95829acb1239f8e373162e015099581a78ed22 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 19 Oct 2024 13:44:27 +0200 Subject: [PATCH] sd --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index fcd2b95..f5239e8 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -6,7 +6,7 @@ jobs: steps: - run: apt update - name: Install prerequisites - run: apt install --no-install-recommends -y git + run: apt install -y git - name: Install toolchain run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make - name: Install dependencies