ci: Fetch all tags on CI so pyln versions can be recognized

This commit is contained in:
Christian Decker
2021-12-11 14:46:07 +01:00
parent 4a5314cfd5
commit 16b9cf55d1

View File

@@ -33,6 +33,7 @@ jobs:
path: 'lightning'
ref: 'master'
submodules: 'recursive'
fetch-depth: 0 # Required for pyln versions to be recognized
- name: Download runtime dependencies
run: |