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

Missing backslashes in ci.yml

This commit is contained in:
Ruben Perez
2024-04-01 11:30:22 +02:00
committed by Marcelo
parent 71c60a5a89
commit 1df18258d8

View File

@@ -212,8 +212,8 @@ jobs:
run: |
apt-get update
apt-get -y --no-install-recommends install \
cmake
protobuf-compiler
cmake \
protobuf-compiler \
python3 \
docker-compose-v2 \
${{ matrix.install }}