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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user