Skip to content

Commit b682e56

Browse files
Kenoclaude
andcommitted
Use git_cli option for buildpkg and remove StrictHostKeyChecking
Force buildpkg to use CLI git instead of LibGit2 to work with our SSH configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0de0e84 commit b682e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
chmod 600 ~/.ssh/deploy_key
4242
4343
# Configure git to use the deploy key
44-
git config --global core.sshCommand "ssh -i ~/.ssh/deploy_key -o StrictHostKeyChecking=no"
44+
git config --global core.sshCommand "ssh -i ~/.ssh/deploy_key"
4545
- uses: julia-actions/julia-buildpkg@v1
46-
env:
47-
JULIA_PKG_USE_CLI_GIT: "true"
46+
with:
47+
git_cli: true
4848
- uses: julia-actions/julia-runtest@v1
4949
env:
5050
JULIA_PKG_USE_CLI_GIT: "true"

0 commit comments

Comments
 (0)