We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c809927 commit d0407b8Copy full SHA for d0407b8
.github/workflows/integration.yml
@@ -76,7 +76,7 @@ jobs:
76
shell: wsl-bash {0}
77
run: |
78
sudo apt-get update
79
- sudo apt-get install curl -y && sudo apt-get install gpg -y && apt-get install lsb-release -y && apt-get install libgomp1 -y
+ sudo apt-get install curl gpg lsb-release libgomp1 jq -y
80
curl https://packages.redis.io/redis-stack/redis-stack-server-${{env.redis_stack_version}}.jammy.x86_64.tar.gz -o redis-stack.tar.gz
81
tar xf redis-stack.tar.gz
82
- name: Restore dependencies
0 commit comments