nealrichardson commented on code in PR #44989:
URL: https://github.com/apache/arrow/pull/44989#discussion_r1907162422


##########
.github/workflows/r.yml:
##########
@@ -282,6 +282,12 @@ jobs:
           restore-keys: |
             r-${{ matrix.config.rtools }}-ccache-mingw-${{ matrix.config.arch 
}}-${{ hashFiles('cpp/src/**/*.cc','cpp/src/**/*.h)') }}-
             r-${{ matrix.config.rtools }}-ccache-mingw-${{ matrix.config.arch 
}}-
+      - name: Install CMake via MSYS2
+        uses: msys2/setup-msys2@v2
+        with:
+          msystem: UCRT64
+          update: true
+          install: mingw-w64-ucrt-x86_64-cmake

Review Comment:
   Maybe you can, and you just have to pass in the right path-to-cmake to the 
build script?



-- 
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]

Reply via email to