This commit is contained in:
parent
863617fe55
commit
06c4306fc2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: apt update
|
- run: apt update
|
||||||
- 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 git
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt install -y libelf-dev
|
run: apt install -y libelf-dev
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|
Loading…
Reference in a new issue