Skip to content

Commit

Permalink
We need BUILD_TLS=yes defined in the sudo env
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Jun 24, 2024
1 parent c3e1aa7 commit 781507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install 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
cd valkey && sudo BUILD_TLS=yes make install
- name: Build using cmake
env:
Expand Down

0 comments on commit 781507f

Please sign in to comment.