Skip to content

Commit 62c7d72

Browse files
committed
Use branch pallet-revive-with-system-and-storage-precompiles
1 parent 9cbbfab commit 62c7d72

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ concurrency:
1818
env:
1919
CI_IMAGE: "useink/ci"
2020
POLKADOT_SDK_COMMIT: "a71ec19a94702ea71767ba5ac97603ea6c6305c1"
21+
POLKADOT_SDK_BRANCH: "pallet-revive-with-system-and-storage-precompiles"
2122
RUST_VERSION: 1.88.0
2223

2324
jobs:
@@ -65,7 +66,7 @@ jobs:
6566
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6667
- name: Clone polkadot-sdk
6768
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
6970
- name: Rust Cache
7071
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
7172
with:
@@ -115,7 +116,7 @@ jobs:
115116
apt install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
116117
- name: Clone polkadot-sdk
117118
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
119120
- name: Rust Cache
120121
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
121122
with:
@@ -161,7 +162,7 @@ jobs:
161162
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
162163
- name: Clone polkadot-sdk
163164
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
165166
- name: Set up Homebrew
166167
uses: Homebrew/actions/setup-homebrew@1ccc07ccd54b6048295516a3eb89b192c35057dc # master from 12.09.2024
167168
- name: Install protobuf

0 commit comments

Comments
 (0)