Skip to content

Commit 7fb5e27

Browse files
Add git install step on cirrus CI
1 parent 6604d4d commit 7fb5e27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,10 @@ task:
7979
# fingerprint_script: echo $HLINT_VERSION
8080

8181
deps_install_script: |
82+
pkg update
8283
pkg install -y gmake
8384
pkg install -y bash
85+
pkg install -y git
8486
8587
packcheck_install_script: |
8688
if test ! -e "$PACKCHECK"

0 commit comments

Comments
 (0)