2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Attempt to run without container

This commit is contained in:
Ruben Perez
2024-04-01 12:54:01 +02:00
committed by Marcelo
parent b71dff6dd0
commit 29892f2837

View File

@@ -198,7 +198,7 @@ jobs:
ldflags: '-lc++'
runs-on: ${{ matrix.os }}
container: ${{matrix.container}}
# container: ${{matrix.container}}
env:
CXXFLAGS: ${{matrix.cxxflags}} -Wall -Wextra
LDFLAGS: ${{matrix.ldflags}}
@@ -213,14 +213,11 @@ jobs:
apt-get update
apt-get -y --no-install-recommends install \
g++ \
git \
libssl-dev \
make \
ca-certificates \
cmake \
protobuf-compiler \
python3 \
docker-compose-v2 \
${{ matrix.install }}
- name: Set up a Redis server