mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
build-system: work around git change in Fedora 35 build
Not sure why I didn't include that earlier. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
89c6015cde
commit
df5c715afa
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linux-fedora-qt6.yml
vendored
2
.github/workflows/linux-fedora-qt6.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue