Skip to content

Commit 69b9a5e

Browse files
committed
fix: added rust-src to check-migrations
1 parent 2b5545a commit 69b9a5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-migrations.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: Add wasm32-unknown-unknown target
5959
run: rustup target add wasm32-unknown-unknown
6060

61+
- name: Add rust-src component
62+
run: rustup component add rust-src
63+
6164
- name: Build ${{ matrix.runtime.name }}
6265
run: |
6366
cargo build --profile production -p ${{ matrix.runtime.package }} --features try-runtime -q --locked

0 commit comments

Comments
 (0)