Skip to content

Commit

Permalink
pin rust version to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Aug 27, 2024
1 parent f3a5e41 commit 6e72656
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/zksync-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@1.80.0
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand All @@ -36,10 +36,9 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/[email protected]
with:
cache-on-failure: true
components: clippy
- run: cargo clippy --workspace --all-targets --all-features
env:
RUSTFLAGS: -Dwarnings
Expand All @@ -52,7 +51,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.80.0
with:
components: rustfmt

Expand All @@ -68,10 +67,7 @@ jobs:
with:
submodules: recursive
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: dtolnay/[email protected]
- name: Run tests
run: cargo test zk
env:
Expand Down

0 comments on commit 6e72656

Please sign in to comment.