From b70b6e8ca468286294d8ccfaaa108dcae607502c Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 19 Oct 2024 13:35:46 +0200 Subject: [PATCH] fix actions for real for real --- .forgejo/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 470f682..cfff255 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -5,10 +5,12 @@ jobs: container: debian:sid-slim steps: - run: apt update + - name: Install prerequisites + run: apt install --no-install-recommends -y git ca-certificates - name: Install toolchain - run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make git + run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make - name: Install dependencies - run: apt install -y libelf-dev + run: apt install --no-install-recommends -y libelf-dev - name: Clone repository run: git clone https://git.m724.eu/Minecon724/crisc . - name: Package for x86_64