Nordix / hiredis-cluster

C client library for Valkey/Redis Cluster. This project is used and sponsored by Ericsson. It is a fork of the now unmaintained hiredis-vip.
BSD 3-Clause "New" or "Revised" License
86 stars 42 forks source link

Setup compiler and CMake in CI using a new Github Action #223

Closed bjosv closed 3 months ago

bjosv commented 3 months ago

APT packages are sometimes removed so lets use the Github Action aminya/setup-cpp to setup the compiler, which fixes current CI issues with missing compiler. This action will also install the requested CMake version.

This PR includes the following changes: