We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b529f6 commit 1a36e27Copy full SHA for 1a36e27
.github/workflows/build-and-release.yml
@@ -20,6 +20,10 @@ jobs:
20
21
- uses: actions/checkout@v3
22
23
+ - name: Configure Git safe directory
24
+ run: |
25
+ git config --global --add safe.directory "$(pwd)"
26
+
27
- name: Build
28
run: |
29
make build
@@ -89,6 +93,10 @@ jobs:
89
93
90
94
91
95
96
97
98
99
92
100
- name: Build binaries
101
102
# Build for multiple platforms
0 commit comments