From 65d54d03a797e866fbac794a1926017e3f37c949 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 19 Oct 2024 14:23:07 +0200 Subject: [PATCH] can you --- .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 eb07d4c..fe3c9f4 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 libelf1 + run: apt install -y elfutils - name: Clone repository run: git clone https://git.m724.eu/Minecon724/criscv.git . - name: Package for x86_64