8000 Install Valkey binary release · phpredis/phpredis@ad9e072 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad9e072

Browse files
committed
Install Valkey binary release
1 parent 3c64b33 commit ad9e072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
- name: Install ValKey
122122
if: matrix.server == 'valkey'
123123
run: |
124-
git clone --depth 1 --branch 7.2.5 https://github.com/valkey-io/valkey.git
125-
cd valkey && BUILD_TLS=yes sudo make install
124+
sudo apt-get update
125+
sudo apt-get install valkey
126126
127127
- name: Build phpredis
128128
run: |

0 commit comments

Comments
 (0)
0