Skip to content

Commit ef6dea1

Browse files
anarthalmzimbres
authored andcommitted
Missing package & env var
1 parent 90b001a commit ef6dea1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ jobs:
210210
CXXFLAGS: ${{matrix.cxxflags}} -Wall -Wextra
211211
LDFLAGS: ${{matrix.ldflags}}
212212
CMAKE_BUILD_PARALLEL_LEVEL: 4
213-
BOOST_REDIS_TEST_SERVER: redis
214213

215214
steps:
216215
- name: Checkout
@@ -225,6 +224,7 @@ jobs:
225224
docker exec builder apt-get update
226225
docker exec builder apt-get -y --no-install-recommends install \
227226
git \
227+
g++ \
228228
libssl-dev \
229229
make \
230230
ca-certificates \

tools/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ services:
88
image: ubuntu:22.04
99
container_name: builder
1010
tty: true
11+
environment:
12+
- BOOST_REDIS_TEST_SERVER=redis
1113
volumes:
1214
- ../:/boost-redis

0 commit comments

Comments
 (0)