Skip to content

Commit eb32b60

Browse files
bors[bot]lnicola
andauthored
Merge #10671
10671: minor: Run apt-get update for AArch64 builds r=lnicola a=lnicola Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2 parents 7765c1a + d6c162e commit eb32b60

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)