parent
7957882e7b
commit
c857ee95d0
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ jobs:
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: apt install -y git ca-certificates
|
run: apt install -y git ca-certificates
|
||||||
- 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 -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt install --no-install-recommends -y libc6-dev libelf-dev
|
run: apt install -y libc6-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