There was an error while loading. Please reload this page.
1 parent 2093ae5 commit 772a724Copy full SHA for 772a724
2 files changed
.github/workflows/main.yml
@@ -2,10 +2,6 @@ name: build
2
3
on:
4
push:
5
- branches:
6
- - release
7
- - prerelease
8
- - test
9
jobs:
10
build-mac:
11
runs-on: macos-13
deployment/build.debian
@@ -6,6 +6,9 @@ set -o xtrace
# move to source directory
pushd ${SOURCE_DIR}
+# Fix git ownership issue in Docker
+git config --global --add safe.directory ${SOURCE_DIR}
+
12
# Initialize git submodules
13
git submodule update --init --recursive
14
0 commit comments