pitrou commented on code in PR #13532:
URL: https://github.com/apache/arrow/pull/13532#discussion_r918139226
##########
.github/workflows/cpp.yml:
##########
@@ -197,12 +197,21 @@ jobs:
strategy:
fail-fast: false
matrix:
- os:
- - windows-2019
include:
- os: windows-2019
- name: Windows 2019
+ name: Windows 2019 x64
generator: Visual Studio 16 2019
+ platform: x64
+ openssl-n-bits: 64
Review Comment:
but `${{ matrix.openssl-n-bits }}` is never used below, so how does it work?
--
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]