Run apt-get update for AArch64 builds

This commit is contained in:
Laurențiu Nicola 2021-10-31 10:49:43 +02:00
parent 3ad83cc08d
commit d6c162e40f

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