parent
3bf408e171
commit
7957882e7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue