Skip to content

Commit

Permalink
Merge pull request #475 from MaterializeInc/evan/pin-rust-version-on-…
Browse files Browse the repository at this point in the history
…builds

pin build workflow to rust 1.78.0
  • Loading branch information
evanharmon authored Sep 16, 2024
2 parents 06f16b8 + 41ddd6e commit fcaeeb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.78.0
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: fmt
toolchain: 1.78.0
args: -- --check
- uses: actions-rs/cargo@v1
with:
toolchain: 1.78.0
command: clippy
build:
needs: lint
Expand Down

0 comments on commit fcaeeb5

Please sign in to comment.