You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/04/22 09:55:46 UTC

[arrow] 01/01: [Rust] [CI]: fix rustfmt failures

This is an automated email from the ASF dual-hosted git repository.

nevime pushed a commit to branch nevi-me-rustfmt-ci
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 6de6bb89a37fa16af9cb6eff2c31382957367749
Author: Wakahisa <ne...@gmail.com>
AuthorDate: Wed Apr 22 11:55:28 2020 +0200

    [Rust] [CI]: fix rustfmt failures
    
    This adds the `rustfmt` component to the Rust installations in Windows and MacOS, and fixes `rustfmt` related CI failures
---
 .github/workflows/rust.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 333f7f8..5938c62 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -91,6 +91,7 @@ jobs:
         with:
             toolchain: ${{ matrix.rust }}
             override: true
+            components: rustfmt
       - name: Install Flatbuffers
         shell: bash
         run: choco install flatc
@@ -122,6 +123,7 @@ jobs:
         with:
             toolchain: ${{ matrix.rust }}
             override: true
+            components: rustfmt
       - name: Install Flatbuffers
         shell: bash
         run: brew install flatbuffers