Skip to content

Commit 4a82479

Browse files
committed
fix: dev: add missing deps for pre-release check
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent cf6c362 commit 4a82479

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979

8080
- name: Install dependencies
8181
run: |
82+
sudo apt-get install -yqq redis-server autoconf automake
83+
sudo apt-get install -yqq libjson-c-dev libhiredis-dev libgtest-dev libgmock-dev
84+
sudo systemctl stop redis
8285
python -m pip install --upgrade pip wheel
8386
pip install tox
8487

0 commit comments

Comments
 (0)