Skip to content

Commit

Permalink
fix: added rust-src to check-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jan 14, 2024
1 parent 2b5545a commit 69b9a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Add wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown

- name: Add rust-src component
run: rustup component add rust-src

- name: Build ${{ matrix.runtime.name }}
run: |
cargo build --profile production -p ${{ matrix.runtime.package }} --features try-runtime -q --locked
Expand Down

0 comments on commit 69b9a5e

Please sign in to comment.