mirror of https://github.com/CIRCL/lookyloo
fix: Bypass weird GHA limitation
parent
ca18a95fc7
commit
219ae1baa7
|
@ -31,11 +31,12 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: redis/redis
|
||||
path: ../redis
|
||||
path: redis-tmp
|
||||
ref: 7.2
|
||||
|
||||
- name: Install and setup redis
|
||||
run: |
|
||||
mv redis-tmp ../redis
|
||||
pushd ..
|
||||
pushd redis
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue