Skip to content

Commit 1d2b80f

Browse files
committed
Add alpine dependencies
1 parent 13ceb6a commit 1d2b80f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/alpine_x86_64_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Build release binary
4343
id: release
4444
run: |
45+
git config --global --add safe.directory /__w/sentry/sentry
4546
echo "ASSERT_NAME=${{env.ASSERT_NAME}}" >> $GITHUB_OUTPUT
4647
shards build --production --progress --no-debug -Dstrict_multi_assign -Dno_number_autocast ${{env.BUILD_ARGS}}
4748
tar zcvf ${{env.ASSERT_NAME}} ${{env.BINARY_NAME}} LICENSE

0 commit comments

Comments
 (0)