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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user