Skip to content

Commit d0407b8

Browse files
committed
Add missing dependency
1 parent c809927 commit d0407b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
shell: wsl-bash {0}
7777
run: |
7878
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
79+
sudo apt-get install curl gpg lsb-release libgomp1 jq -y
8080
curl https://packages.redis.io/redis-stack/redis-stack-server-${{env.redis_stack_version}}.jammy.x86_64.tar.gz -o redis-stack.tar.gz
8181
tar xf redis-stack.tar.gz
8282
- name: Restore dependencies

0 commit comments

Comments
 (0)