diff options
Diffstat (limited to '.github/workflows/mac.yml')
-rw-r--r-- | .github/workflows/mac.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 512ed76ab..c945d568e 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -28,7 +28,8 @@ jobs: export PATH=$QT_ROOT/bin:$PATH export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake DIR=$(pwd) - + git config --global user.email "ci@subsurface-divelog.org" + git config --global user.name "Subsurface CI" # first build Subsurface-mobile to ensure this didn't get broken bash -e -x ./subsurface/scripts/build.sh -mobile |