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 b71dff6 commit 29892f2Copy full SHA for 29892f2
.github/workflows/ci.yml
@@ -198,7 +198,7 @@ jobs:
198
ldflags: '-lc++'
199
200
runs-on: ${{ matrix.os }}
201
- container: ${{matrix.container}}
+ # container: ${{matrix.container}}
202
env:
203
CXXFLAGS: ${{matrix.cxxflags}} -Wall -Wextra
204
LDFLAGS: ${{matrix.ldflags}}
@@ -213,14 +213,11 @@ jobs:
213
apt-get update
214
apt-get -y --no-install-recommends install \
215
g++ \
216
- git \
217
libssl-dev \
218
make \
219
- ca-certificates \
220
cmake \
221
protobuf-compiler \
222
python3 \
223
- docker-compose-v2 \
224
${{ matrix.install }}
225
226
- name: Set up a Redis server
0 commit comments