can you work
Some checks failed
/ deploy (push) Failing after 51s

This commit is contained in:
Minecon724 2024-10-19 13:50:18 +02:00
parent a58bad7a09
commit 6748848064
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 .
run: git clone https://git.m724.eu/Minecon724/crisc.git .
- name: Package for x86_64
run: CC=x86_64-linux-gnu-gcc PROGRAM_NAME=crisc-x86_64 make
- name: Package for aarch64