plsplspl
Some checks failed
/ deploy (push) Failing after 1m23s

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

View file

@ -13,7 +13,7 @@ jobs:
run: apt install -y libelf-dev run: apt install -y 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 .
- run: make libinfo - run: CC=x86_64-linux-gnu-gcc make libinfo
- name: Package for x86_64 - name: Package for x86_64
run: LD_LIBRARY_PATH=/usr/include CC=x86_64-linux-gnu-gcc PROGRAM_NAME=crisc-x86_64 make run: LD_LIBRARY_PATH=/usr/include CC=x86_64-linux-gnu-gcc PROGRAM_NAME=crisc-x86_64 make
- name: Package for aarch64 - name: Package for aarch64