you know what
Some checks failed
/ deploy (push) Failing after 53s

This commit is contained in:
Minecon724 2024-10-19 13:51:46 +02:00
parent 6748848064
commit 3bf408e171
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: apt install --no-install-recommends -y libelf-dev
- name: Clone repository
run: git clone https://git.m724.eu/Minecon724/crisc.git .
run: git clone https://git.m724.eu/Minecon724/criscv.git .
- name: Package for x86_64
run: CC=x86_64-linux-gnu-gcc PROGRAM_NAME=crisc-x86_64 make
- name: Package for aarch64