remove git clone --depth=0 where it is not needed (#3856)
This commit is contained in:
parent
a09b27f421
commit
cc1116f497
|
@ -11,8 +11,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: >
|
||||
git config user.name mediamtx-bot
|
||||
|
|
|
@ -11,8 +11,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: make binaries
|
||||
|
||||
|
|
Loading…
Reference in New Issue