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

Missing ca-certificates

This commit is contained in:
Ruben Perez
2024-04-01 11:54:07 +02:00
committed by Marcelo
parent 7d52065a87
commit 1f4b709b21

View File

@@ -210,6 +210,7 @@ jobs:
apt-get update
apt-get -y --no-install-recommends install \
git \
ca-certificates \
cmake \
protobuf-compiler \
python3 \
@@ -218,7 +219,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up a Redis server
run: |