You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "iajoiner (via GitHub)" <gi...@apache.org> on 2023/02/27 16:41:03 UTC

[GitHub] [arrow-datafusion-python] iajoiner commented on a diff in pull request #247: Fix broken mac win manylinux action

iajoiner commented on code in PR #247:
URL: https://github.com/apache/arrow-datafusion-python/pull/247#discussion_r1119005295


##########
.github/workflows/build.yml:
##########
@@ -97,19 +112,25 @@ jobs:
           name: python-wheel-license
           path: .
       - run: cat LICENSE.txt
+      - name: Install Protoc
+        uses: arduino/setup-protoc@v1
+        with:
+          version: '3.x'
+          repo-token: ${{ secrets.GITHUB_TOKEN }}

Review Comment:
   @cpcloud Nice catch!



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org