diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 569919c563..5c506ed337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,8 +121,8 @@ jobs: - name: Install ValKey if: matrix.server == 'valkey' run: | - git clone --depth 1 --branch 7.2.5 https://github.com/valkey-io/valkey.git - cd valkey && BUILD_TLS=yes sudo make install + sudo apt-get update + sudo apt-get install valkey - name: Build phpredis run: |