Skip to content

Commit 1a36e27

Browse files
committed
chore: update the github ci/cd yml
1 parent 3b529f6 commit 1a36e27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
2121
- uses: actions/checkout@v3
2222

23+
- name: Configure Git safe directory
24+
run: |
25+
git config --global --add safe.directory "$(pwd)"
26+
2327
- name: Build
2428
run: |
2529
make build
@@ -89,6 +93,10 @@ jobs:
8993
9094
- uses: actions/checkout@v3
9195

96+
- name: Configure Git safe directory
97+
run: |
98+
git config --global --add safe.directory "$(pwd)"
99+
92100
- name: Build binaries
93101
run: |
94102
# Build for multiple platforms

0 commit comments

Comments
 (0)