Skip to content

Commit 0eeddad

Browse files
committed
update git ref for redis
1 parent d64fff3 commit 0eeddad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2
1919
with:
2020
repository: 'sjpotter/redis'
21-
ref: '4e3b21045c8ba7f5d7b6d021cca3f51389a8b6c9'
21+
ref: '1631f37d242613c128ed2406d2f6fd5a83eaf954'
2222
path: 'redis'
2323
- name: Build Redis
2424
run: cd redis && make -j 4 gcov
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v2
5656
with:
5757
repository: 'sjpotter/redis'
58-
ref: '4e3b21045c8ba7f5d7b6d021cca3f51389a8b6c9'
58+
ref: '1631f37d242613c128ed2406d2f6fd5a83eaf954'
5959
path: 'redis'
6060
- name: Build Redis
6161
run: cd redis && make -j 4 SANITIZER=address

0 commit comments

Comments
 (0)