From 70470ffa453482f359f9270ee7909bb161c0fb86 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Dec 2020 10:49:15 -0800 Subject: build-system: configure git when running GitHub Action In order to apply the patches for Kirigami, git insists on having a valid user name and email. Also, don't build the mobile app when preparing the AppImage. That build already takes way too long and we test this in a few other actions. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-groovy-5.14.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/linux-groovy-5.14.yml') diff --git a/.github/workflows/linux-groovy-5.14.yml b/.github/workflows/linux-groovy-5.14.yml index ef5f07efc..9d6ee38b1 100644 --- a/.github/workflows/linux-groovy-5.14.yml +++ b/.github/workflows/linux-groovy-5.14.yml @@ -39,7 +39,8 @@ jobs: run: | echo "--------------------------------------------------------------" echo "building mobile" - + git config --global user.email "ci@subsurface-divelog.org" + git config --global user.name "Subsurface CI" cd .. bash -e -x subsurface/scripts/build.sh -mobile -- cgit v1.2.3-70-g09d2