Skip to content

Commit

Permalink
Merge pull request #339 from MaterializeInc/doy-actions
Browse files Browse the repository at this point in the history
fix rust toolchain action
  • Loading branch information
doy-materialize authored Jul 13, 2023
2 parents ad0e7a9 + 81550be commit 2d8d404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 2d8d404

Please sign in to comment.