forked from zefchain/serde-reflection
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
# will install toolchain specified in rust-toolchain | ||
- name: Install Rust toolchain | ||
run: | | ||
rustup show | ||
uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
|
||
- name: Version Information | ||
run: | | ||
|
@@ -57,9 +55,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Install Rust toolchain | ||
run: | | ||
rustup show | ||
- uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
|
||
- name: Setup Additional Languages (solidity) | ||
uses: foundry-rs/[email protected] | ||
|