Skip to content

Commit

Permalink
ci: downgrade setup-redis action to fix missing shared library
Browse files Browse the repository at this point in the history
With `[email protected]` tests on Ubuntu-20.04 fail because of a missing shared library `libssl.so.3`. Pin version to `v1.24.0` until shogo82148/actions-setup-redis#958 is resolved.
  • Loading branch information
iisakkirotko committed Aug 9, 2024
1 parent 953a4e3 commit 6b345d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ jobs:
- name: Start Redis
if: ( github.event_name != 'schedule' || steps.install_no_lock.outputs.HAS_DIFF == 'true' ) && matrix.os != 'windows'
uses: shogo82148/actions-setup-redis@v1
uses: shogo82148/actions-setup-redis@v1.34.0

- name: test
if: github.event_name != 'schedule' || steps.install_no_lock.outputs.HAS_DIFF == 'true'
Expand Down

0 comments on commit 6b345d2

Please sign in to comment.