8000 Fix tests · phpredis/phpredis@56633e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56633e1

Browse files
committed
Fix tests
1 parent 97f0085 commit 56633e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
sudo add-apt-repository ppa:redislabs/redis
3030
sudo add-apt-repository ppa:ondrej/php
3131
sudo apt-get update
32+
sudo apt --fix-broken install
3233
sudo apt-get install redis valgrind libzstd-dev liblz4-dev
3334
- name: Build phpredis
3435
run: |

0 commit comments

Comments
 (0)
0