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