parent
8acff2141c
commit
ff95829acb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: apt update
|
- run: apt update
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: apt install --no-install-recommends -y git
|
run: apt install -y git
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue