Skip to content

Commit 48ad9f8

Browse files
authored
fix(test): Update package cache before installing redis (#85)
1 parent df2f302 commit 48ad9f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install Redis
3333
if: matrix.backend == 'redis'
3434
run: |
35+
sudo apt-get update
3536
sudo apt-get install redis -y
3637
3738
- name: Get bitmapist-server latest version

0 commit comments

Comments
 (0)