We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e087cb2 commit d448918Copy full SHA for d448918
.github/workflows/go.yml
@@ -130,12 +130,13 @@ jobs:
130
if: startsWith(matrix.os, 'ubuntu')
131
run: |
132
# install demo's lib
133
- sudo apt install liblua5.4-dev libsqlite3-dev libgmp-dev libgpg-error-dev -y
+ sudo apt install liblua5.4-dev libsqlite3-dev libgmp-dev libgpg-error-dev zlib1g-dev -y
134
llcppgtest -demo ./_llcppgtest/cjson
135
llcppgtest -demo ./_llcppgtest/lua
136
llcppgtest -demo ./_llcppgtest/sqlite
137
llcppgtest -demo ./_llcppgtest/gmp
138
llcppgtest -demo ./_llcppgtest/gpgerror
139
+ llcppgtest -demo ./_llcppgtest/zlib
140
141
142
- name: Upload coverage reports to Codecov
0 commit comments