parent
bcddbcbea4
commit
89a4b45468
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue