o
Some checks failed
/ deploy (push) Failing after 53s

This commit is contained in:
Minecon724 2024-10-19 13:54:03 +02:00
parent 3bf408e171
commit 7957882e7b
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -10,7 +10,7 @@ jobs:
- name: Install toolchain - name: Install toolchain
run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make
- name: Install dependencies - name: Install dependencies
run: apt install --no-install-recommends -y libelf-dev run: apt install --no-install-recommends -y libc6-dev libelf-dev
- name: Clone repository - name: Clone repository
run: git clone https://git.m724.eu/Minecon724/criscv.git . run: git clone https://git.m724.eu/Minecon724/criscv.git .
- name: Package for x86_64 - name: Package for x86_64