mirror of https://github.com/CIRCL/lookyloo
fix: use redis 7.0 in GH action
parent
3d2029956d
commit
0ab43d454e
|
@ -27,7 +27,7 @@ jobs:
|
|||
pushd ..
|
||||
git clone https://github.com/antirez/redis.git
|
||||
pushd redis
|
||||
git checkout 6.2
|
||||
git checkout 7.0
|
||||
make
|
||||
popd
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue