We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-src
1 parent 5fd05e8 commit 01953fdCopy full SHA for 01953fd
.github/workflows/check-migrations.yml
@@ -58,6 +58,9 @@ jobs:
58
- name: Add wasm32-unknown-unknown target
59
run: rustup target add wasm32-unknown-unknown
60
61
+ - name: Add rust-src component
62
+ run: rustup component add rust-src
63
+
64
- name: Build ${{ matrix.runtime.name }}
65
run: |
66
cargo build --profile production -p ${{ matrix.runtime.package }} --features try-runtime -q --locked
0 commit comments