alamb commented on a change in pull request #1841:
URL: https://github.com/apache/arrow-datafusion/pull/1841#discussion_r809028680
##########
File path: .github/workflows/rust.yml
##########
@@ -58,6 +58,11 @@ jobs:
rustup toolchain install ${{ matrix.rust }}
rustup default ${{ matrix.rust }}
rustup component add rustfmt
+ - name: Set up Clang
Review comment:
I think in general apache projects try not to use "third-party" github
actions (aka actions not hosted by github or apache itself) so I am worried
about using this action
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]