Skip to content

Commit 294fb79

Browse files
authored
build.yml: fix s390x build (#2548)
1 parent d75737b commit 294fb79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ jobs:
242242
with:
243243
platforms: ${{matrix.arch}}
244244
image: "tonistiigi/binfmt:master"
245+
- name: apt-get update
246+
run: sudo apt-get update
245247
- name: install ninja
246248
run: sudo apt-get install ninja-build
247249
- name: install the toolchain

0 commit comments

Comments
 (0)