Skip to content

Commit

Permalink
update rustc version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jul 10, 2024
1 parent 1b1e9b6 commit 34ca842
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-02-06
toolchain: nightly-2024-04-28

- name: Build forge binary
run: cargo build --release --bin forge
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-02-06
toolchain: nightly-2024-04-28
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-02-06
toolchain: nightly-2024-04-28
components: rustfmt
- run: cargo fmt --all --check

Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-02-06
toolchain: nightly-2024-04-28
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand All @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-02-06
toolchain: nightly-2024-04-28
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -103,7 +103,7 @@ jobs:
# - name: Install Rust
# uses: actions-rust-lang/setup-rust-toolchain@v1
# with:
# toolchain: nightly-2024-02-06
# toolchain: nightly-2024-04-28


# - name: Get solc
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-02-06
toolchain: nightly-2024-04-28

- name: Run smoke-test
env:
Expand Down

0 comments on commit 34ca842

Please sign in to comment.