ci: use Blacksmith checkout cache

This commit is contained in:
Peter Steinberger
2026-04-21 03:09:07 +01:00
parent b938e6398b
commit 43734b1dbd
8 changed files with 99 additions and 617 deletions

View File

@@ -63,6 +63,8 @@ GitHub may mark superseded jobs as `cancelled` when a newer push lands on the sa
| `blacksmith-32vcpu-windows-2025` | `checks-windows` |
| `macos-latest` | `macos-node`, `macos-swift` |
Blacksmith Linux jobs use `useblacksmith/checkout` so repeat CI runs can reuse the Blacksmith git mirror cache. Windows and macOS jobs stay on upstream `actions/checkout`.
## Local Equivalents
```bash