fix: CI workflow corrections

- tests-evm.yml: Use paritytech repositories for external test tools
  (revive, revive-differential-tests, evm-test-suite are external
  dependencies, not part of Pezkuwi SDK rebrand)
- check-getting-started.yml: Add HOME=/root for container jobs
  (fixes rustup HOME directory mismatch error)
This commit is contained in:
2026-01-25 14:27:47 +03:00
parent 75a3b24552
commit a3f1aaa889
2 changed files with 6 additions and 4 deletions
@@ -76,6 +76,8 @@ jobs:
PEZKUWI_TEMPLATE_SOURCE: ${{ github.workspace }}/templates
# Skip WASM build due to serde_core compatibility issues
SKIP_WASM_BUILD: 1
# Fix HOME directory mismatch in containers (rustup requires this)
HOME: /root
steps:
# A minimal amount of prerequisites required before we can run the actual getting-started script,
# which will install the rest of requirements.