Minox fix in ci

This commit is contained in:
DSR! 2025-06-08 23:22:19 -03:00
parent b74539c03c
commit a34f55e9da
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
path: ${{ env.SRC_PATH }}
- name: Setup Python 3.12

View File

@ -21,6 +21,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
path: ${{ env.SRC_PATH }}
- name: Setup Python 3.12