mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 06:04:25 +02:00
fix: obtain git history for proper "git describe" (#3291)
This commit is contained in:
parent
7d76829ad9
commit
b6e283ee62
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -88,6 +88,8 @@ jobs:
|
|||||||
- build-and-test-with-Java-8-and-later
|
- build-and-test-with-Java-8-and-later
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user