File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 node-version : " 22"
4646
47+ - name : Install dependencies
48+ run : |
49+ sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get update
50+ sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" build-essential clang curl libssl-dev llvm libudev-dev protobuf-compiler nodejs pkg-config
51+
4752 - name : Run tests
4853 uses : nick-fields/retry@v3
4954 with :
Original file line number Diff line number Diff line change 2828
2929cd evm-tests
3030
31- npm install -g polkadot-api
31+ # required for papi in get-metadata.sh, but we cannot run yarn before papi as it adds the descriptors to the package.json which won't resolve
32+ npm i -g polkadot-api
3233
3334bash get-metadata.sh
3435
You can’t perform that action at this time.
0 commit comments