Skip to content

Commit b8d0448

Browse files
dwsuseigaw
authored andcommitted
build: Install missing s390 library
libjson-c-dev:s390x depends on the libgcc-s1 library. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 777b521 commit b8d0448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
EOF
313313
sudo apt update
314314
- name: install s390x compiler
315-
run: sudo apt install gcc-s390x-linux-gnu pkg-config qemu-user-static
315+
run: sudo apt install gcc-s390x-linux-gnu libgcc-s1:s390x pkg-config qemu-user-static
316316
- name: install libraries
317317
run: sudo apt install libjson-c-dev:s390x
318318
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)