File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ concurrency:
18
18
env :
19
19
CI_IMAGE : " useink/ci"
20
20
POLKADOT_SDK_COMMIT : " a71ec19a94702ea71767ba5ac97603ea6c6305c1"
21
+ POLKADOT_SDK_BRANCH : " pallet-revive-with-system-and-storage-precompiles"
21
22
RUST_VERSION : 1.88.0
22
23
23
24
jobs :
65
66
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
66
67
- name : Clone polkadot-sdk
67
68
run : |
68
- git clone --depth 100 --branch master https://github.com/use-ink/polkadot-sdk.git
69
+ git clone --depth 100 --branch $POLKADOT_SDK_BRANCH https://github.com/use-ink/polkadot-sdk.git
69
70
- name : Rust Cache
70
71
uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
71
72
with :
@@ -115,7 +116,7 @@ jobs:
115
116
apt install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
116
117
- name : Clone polkadot-sdk
117
118
run : |
118
- git clone --depth 100 --branch master https://github.com/use-ink/polkadot-sdk.git
119
+ git clone --depth 100 --branch $POLKADOT_SDK_BRANCH https://github.com/use-ink/polkadot-sdk.git
119
120
- name : Rust Cache
120
121
uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
121
122
with :
@@ -161,7 +162,7 @@ jobs:
161
162
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
162
163
- name : Clone polkadot-sdk
163
164
run : |
164
- git clone --depth 100 --branch master https://github.com/use-ink/polkadot-sdk.git
165
+ git clone --depth 100 --branch $POLKADOT_SDK_BRANCH https://github.com/use-ink/polkadot-sdk.git
165
166
- name : Set up Homebrew
166
167
uses : Homebrew/actions/setup-homebrew@1ccc07ccd54b6048295516a3eb89b192c35057dc # master from 12.09.2024
167
168
- name : Install protobuf
You can’t perform that action at this time.
0 commit comments