Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 772a724

Browse files
committed
test
1 parent 2093ae5 commit 772a724

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: build
22

33
on:
44
push:
5-
branches:
6-
- release
7-
- prerelease
8-
- test
95
jobs:
106
build-mac:
117
runs-on: macos-13

deployment/build.debian

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ set -o xtrace
66
# move to source directory
77
pushd ${SOURCE_DIR}
88

9+
# Fix git ownership issue in Docker
10+
git config --global --add safe.directory ${SOURCE_DIR}
11+
912
# Initialize git submodules
1013
git submodule update --init --recursive
1114

0 commit comments

Comments
 (0)