Skip to content

Commit

Permalink
Chore/upgrade deep deps (#210)
Browse files Browse the repository at this point in the history
* Update deep deps to latest and remove try-runtime

* Remove cargo update
  • Loading branch information
mattdean-digicatapult authored Nov 27, 2024
1 parent a5649f1 commit a87ccf5
Show file tree
Hide file tree
Showing 15 changed files with 1,836 additions and 4,567 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
rustup toolchain install ${{ needs.get-version.outputs.toolchain }}
rustup target add wasm32-unknown-unknown --toolchain ${{ needs.get-version.outputs.toolchain }}
rustup component add rust-src
cargo update
- name: install protobuf compiler
run: sudo apt-get install protobuf-compiler
- name: Install sccache
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
rustup target add ${{ matrix.architectures.target-tupl }} --toolchain ${{ needs.get-version.outputs.toolchain }}
rustup target add wasm32-unknown-unknown --toolchain ${{ needs.get-version.outputs.toolchain }}
rustup component add rust-src
cargo update
- name: install deps
run: sudo apt-get update && sudo apt-get install ${{ matrix.architectures.dependencies }}
- name: Install sccache
Expand Down
Loading

0 comments on commit a87ccf5

Please sign in to comment.