mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Minox fix in ci
This commit is contained in:
parent
b74539c03c
commit
a34f55e9da
1
.github/workflows/builder-extras.yml
vendored
1
.github/workflows/builder-extras.yml
vendored
@ -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
|
||||
|
1
.github/workflows/builder.yml
vendored
1
.github/workflows/builder.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user