Upgrade openclaw to 5.12 (#1023)

This commit is contained in:
paisley
2026-05-15 17:13:43 +08:00
committed by GitHub
parent 360b6649ba
commit 34bfae2851
21 changed files with 1522 additions and 993 deletions

View File

@@ -37,6 +37,11 @@ jobs:
node-version: '24'
cache: 'pnpm'
- name: Prefer HTTPS for public GitHub git dependencies
run: |
git config --global "url.https://github.com/.insteadOf" "git@github.com:"
git config --global --add "url.https://github.com/.insteadOf" "ssh://git@github.com/"
- name: Install dependencies
run: pnpm install --frozen-lockfile