Skip to content

Commit 29892f2

Browse files
anarthalmzimbres
authored andcommitted
Attempt to run without container
1 parent b71dff6 commit 29892f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
ldflags: '-lc++'
199199

200200
runs-on: ${{ matrix.os }}
201-
container: ${{matrix.container}}
201+
# container: ${{matrix.container}}
202202
env:
203203
CXXFLAGS: ${{matrix.cxxflags}} -Wall -Wextra
204204
LDFLAGS: ${{matrix.ldflags}}
@@ -213,14 +213,11 @@ jobs:
213213
apt-get update
214214
apt-get -y --no-install-recommends install \
215215
g++ \
216-
git \
217216
libssl-dev \
218217
make \
219-
ca-certificates \
220218
cmake \
221219
protobuf-compiler \
222220
python3 \
223-
docker-compose-v2 \
224221
${{ matrix.install }}
225222
226223
- name: Set up a Redis server

0 commit comments

Comments
 (0)