Skip to content

Commit

Permalink
Fix use-cache check
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Sep 18, 2024
1 parent f9c469f commit f4c22b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-valkey/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
echo 'export PATH=/usr/local/bin:$PATH' >>~/.bash_profile
- name: Verify Valkey installation and symlinks
if: ${{ !inputs.use-cache || !contains(inputs.engine-version, '-rc') }}
if: ${{ inputs.use-cache == false || !contains(inputs.engine-version, '-rc') }}
shell: bash
run: |
# In Valkey releases, the engine is built with symlinks from valkey-server and valkey-cli
Expand Down

0 comments on commit f4c22b2

Please sign in to comment.