We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2f302 commit 48ad9f8Copy full SHA for 48ad9f8
1 file changed
.github/workflows/tests.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Install Redis
33
if: matrix.backend == 'redis'
34
run: |
35
+ sudo apt-get update
36
sudo apt-get install redis -y
37
38
- name: Get bitmapist-server latest version
0 commit comments