2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00
This commit is contained in:
Ruben Perez
2024-04-01 11:53:06 +02:00
committed by Marcelo
parent f0d92c16a5
commit 7d52065a87

View File

@@ -205,18 +205,20 @@ jobs:
CMAKE_BUILD_PARALLEL_LEVEL: 4
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
apt-get update
apt-get -y --no-install-recommends install \
git \
cmake \
protobuf-compiler \
python3 \
docker-compose-v2 \
${{ matrix.install }}
- name: Checkout
uses: actions/checkout@v3
- name: Set up a Redis server
run: |