closer
Some checks failed
/ deploy (push) Failing after 1m0s

This commit is contained in:
Minecon724 2024-10-19 17:28:32 +02:00
parent 89a4b45468
commit fa3481fc78
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -4,13 +4,13 @@ jobs:
runs-on: docker
container: debian:sid
steps:
- run: apt update
- run: dpkg --add-architecture amd64 && apt update
- name: Install prerequisites
run: apt install -y git ca-certificates
- 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
- name: Install dependencies (arm64 & amd64)
run: apt install -y libelf-dev:arm64 libelf-dev:amd64
- name: Clone repository
run: git clone https://git.m724.eu/Minecon724/criscv.git .
- run: CC=x86_64-linux-gnu-gcc make libinfo