mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-20 06:45:31 +00:00
commit
2644bc4ac7
1 changed files with 1 additions and 2 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -4,14 +4,13 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup Rust
|
||||
run: |
|
||||
rustup toolchain install nightly && rustup component add --toolchain nightly rustfmt
|
||||
rustup toolchain install nightly --profile default
|
||||
rustup toolchain install stable
|
||||
rustup override set stable
|
||||
# Clippy must be run first, as its lints are only triggered during
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue