fix: Bypass weird GHA limitation

pull/790/head
Raphaël Vinot 2023-09-25 16:00:01 +02:00
parent ca18a95fc7
commit 219ae1baa7
1 changed files with 2 additions and 1 deletions

View File

@ -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