Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Jan 12, 2025
1 parent 20ce8c0 commit ad10dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ jobs:
git clone https://github.com/gorse-cloud/redis-stack.git
cd redis-stack
docker compose up -d
apt update
apt install -y redis-tools
sudo apt update
sudo apt install -y redis-tools
while true; do
redis-cli -p 7005 ping | grep PONG && break
sleep 1
Expand Down

0 comments on commit ad10dd9

Please sign in to comment.