From 5e949ebe778d4a2fd972f6188823d34c3cc988a9 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 19 Oct 2024 14:12:51 +0200 Subject: [PATCH] aa --- .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 e3cefbb..eb07d4c 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - name: Install toolchain run: apt install -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make - name: Install dependencies - run: apt install -y libelf-dev + run: apt install -y libelf1 - name: Clone repository run: git clone https://git.m724.eu/Minecon724/criscv.git . - name: Package for x86_64