Skip to content

Commit 957829c

Browse files
committed
GH Actions: install zlib1g-dev in the linux_ubuntu_7_10 job
1 parent a0be497 commit 957829c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
docker start u710
7575
- name: restore
7676
run: |
77-
docker exec u710 sh -c 'pwd && ls -al && apt-get update && apt-get -y --no-install-recommends install make g++'
77+
docker exec u710 sh -c 'pwd && ls -al && apt-get update && apt-get -y --no-install-recommends install make g++ zlib1g-dev'
7878
- name: build
7979
run: |
8080
docker exec u710 sh -c 'make -f gcc4.mk'

gcc4.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OBJS := \
1111
$(BUILD_DIR)/kaitaistream.o \
1212
$(BUILD_DIR)/unittest.o
1313

14-
DEFINES := -DKS_STR_ENCODING_ICONV -DGTEST_NANO
14+
DEFINES := -DKS_STR_ENCODING_ICONV -DKS_ZLIB -DGTEST_NANO
1515

1616
LDFLAGS :=
1717
LDLIBS :=

0 commit comments

Comments
 (0)