mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
stable rust
This commit is contained in:
parent
7730e5762a
commit
0687d3aca8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -9,6 +9,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup Rust
|
||||
run: |
|
||||
rustup toolchain install stable
|
||||
rustup override set stable
|
||||
# Clippy must be run first, as its lints are only triggered during
|
||||
# compilation. Put another way: after a successful `cargo build`, `cargo
|
||||
# clippy` is guaranteed to produce no results. This bug is known upstream:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue