From df5c715afaa05c330b0d76bd761a048595555b16 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 12 May 2022 10:56:42 -0700 Subject: [PATCH] build-system: work around git change in Fedora 35 build Not sure why I didn't include that earlier. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-fedora-qt6.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux-fedora-qt6.yml b/.github/workflows/linux-fedora-qt6.yml index 0d0ab5417..0da573c4b 100644 --- a/.github/workflows/linux-fedora-qt6.yml +++ b/.github/workflows/linux-fedora-qt6.yml @@ -41,6 +41,8 @@ jobs: # now build for the desktop version (without WebKit) git reset --hard cd .. + git config --global --add safe.directory /__w/subsurface/subsurface + git config --global --add safe.directory /__w/subsurface/subsurface/libdivecomputer ls -l . subsurface subsurface/scripts bash -e -x subsurface/scripts/build.sh -desktop -build-with-qt6