[ci] Fix checkout and improve error output for gen_versions_map.sh

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-04-22 17:56:55 +02:00
parent e505857832
commit 39ede77fec
2 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true
- name: Set up Python
uses: actions/setup-python@v4