From c857ee95d0a1fe130e4a8ee697f614126939a689 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 19 Oct 2024 14:03:57 +0200 Subject: [PATCH] how about this --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index a79b86e..ef9b6c6 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -8,9 +8,9 @@ jobs: - name: Install prerequisites run: apt install -y git ca-certificates - name: Install toolchain - run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make + run: apt install -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make - name: Install dependencies - run: apt install --no-install-recommends -y libc6-dev libelf-dev + run: apt install -y libc6-dev - name: Clone repository run: git clone https://git.m724.eu/Minecon724/criscv.git . - name: Package for x86_64