mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
Add git
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user