Merge #10671
10671: minor: Run apt-get update for AArch64 builds r=lnicola a=lnicola Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
eb32b60dc7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -174,6 +174,9 @@ jobs:
|
|||
profile: minimal
|
||||
override: true
|
||||
|
||||
- name: Update apt repositories
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: Install target toolchain
|
||||
run: sudo apt-get install gcc-aarch64-linux-gnu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue