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:
bors[bot] 2021-10-31 08:50:24 +00:00 committed by GitHub
commit eb32b60dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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