summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-11-02 03:48:47 -0700
committerJoseph Herlant <aerostitch@debian.org>2019-11-02 03:48:52 -0700
commit49ab1c5b8d1e10f4d1436ee07c73ba5a6c7deb7f (patch)
tree58a1abd211d29bcb685163951fc254d1490f7117
parent852e0e65f52e4e6251a49282b1039b89bb8a77ab (diff)
downloadnavit-49ab1c5b8d1e10f4d1436ee07c73ba5a6c7deb7f.tar.gz
git package on the old image for wince is called git-core
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 36e1c794c..986ffa2c2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -164,7 +164,7 @@ jobs:
steps:
- checkout
- run: |
- apt-get update && apt-get install -y git
+ apt-get update && apt-get install -y git-core
if scripts/check_need_build.sh; then circleci step halt; fi
- run:
name: Prepare the WinCE build environment