Skip to content

Commit d448918

Browse files
committed
demo test:zlib in linux
1 parent e087cb2 commit d448918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,13 @@ jobs:
130130
if: startsWith(matrix.os, 'ubuntu')
131131
run: |
132132
# install demo's lib
133-
sudo apt install liblua5.4-dev libsqlite3-dev libgmp-dev libgpg-error-dev -y
133+
sudo apt install liblua5.4-dev libsqlite3-dev libgmp-dev libgpg-error-dev zlib1g-dev -y
134134
llcppgtest -demo ./_llcppgtest/cjson
135135
llcppgtest -demo ./_llcppgtest/lua
136136
llcppgtest -demo ./_llcppgtest/sqlite
137137
llcppgtest -demo ./_llcppgtest/gmp
138138
llcppgtest -demo ./_llcppgtest/gpgerror
139+
llcppgtest -demo ./_llcppgtest/zlib
139140
140141
141142
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)