Skip to content

Commit 5b7f67a

Browse files
andinuxclaude
andcommitted
fix(ci): install git in Alpine container before checkout
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9a1f62b commit 5b7f67a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383

8484
steps:
8585

86+
- name: install git for alpine container
87+
if: matrix.container
88+
run: apk add --no-cache git
89+
8690
- uses: actions/checkout@v4.2.2
8791
with:
8892
submodules: true

0 commit comments

Comments
 (0)