Skip to content

Commit d6c162e

Browse files
committed
Run apt-get update for AArch64 builds
1 parent 3ad83cc commit d6c162e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ jobs:
174174
profile: minimal
175175
override: true
176176

177+
- name: Update apt repositories
178+
run: sudo apt-get update
179+
177180
- name: Install target toolchain
178181
run: sudo apt-get install gcc-aarch64-linux-gnu
179182

0 commit comments

Comments
 (0)