Skip to content

Commit

Permalink
simplify/fix CI after zefchain#61
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jan 31, 2025
1 parent 01c8cc8 commit 72fc5ff
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 72fc5ff

Please sign in to comment.