fix actions for real for real
Some checks failed
/ deploy (push) Failing after 46s

This commit is contained in:
Minecon724 2024-10-19 13:35:46 +02:00
parent 06c4306fc2
commit b70b6e8ca4
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -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