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
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: redis/redis
|
repository: redis/redis
|
||||||
path: ../redis
|
path: redis-tmp
|
||||||
ref: 7.2
|
ref: 7.2
|
||||||
|
|
||||||
- name: Install and setup redis
|
- name: Install and setup redis
|
||||||
run: |
|
run: |
|
||||||
|
mv redis-tmp ../redis
|
||||||
pushd ..
|
pushd ..
|
||||||
pushd redis
|
pushd redis
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue