summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2021-10-05 06:20:16 +0200
committerjkoan <jkoan@users.noreply.github.com>2023-01-11 07:50:27 +0100
commit86df36f999907e186c25a0594af04060214187e4 (patch)
tree6dbb37dfa563e28b25a19097210a2db09eef04f6
parenta7f33a3fcff2a88d4a92b748b15e283c41bac0eb (diff)
downloadnavit-86df36f999907e186c25a0594af04060214187e4.tar.gz
try to get history as well
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7a903f3e7..209fcf1c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -88,6 +88,8 @@ jobs:
needs: sanity_check
steps:
- uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
- name: Install requirements
run: sudo bash scripts/setup_android.sh
- name: Setup Keystore and Playstore Keys