Skip to content

Commit

Permalink
fix: dev: add missing deps for pre-release check
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Oct 7, 2023
1 parent cf6c362 commit 4a82479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install -yqq redis-server autoconf automake
sudo apt-get install -yqq libjson-c-dev libhiredis-dev libgtest-dev libgmock-dev
sudo systemctl stop redis
python -m pip install --upgrade pip wheel
pip install tox
Expand Down

0 comments on commit 4a82479

Please sign in to comment.