Skip to content

Commit

Permalink
I think it's because of fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed May 8, 2024
1 parent 8e87e4b commit 95fb255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- run: echo '{}' > lib/l10n/app_zh.arb
- run: vendor/flutter/bin/flutter clean
- run: vendor/flutter/bin/flutter pub get
- run: curl -L https://textual.ru/presets.db -o assets/presets.db
name: Download presets database
Expand Down

0 comments on commit 95fb255

Please sign in to comment.