wgtmac commented on code in PR #209:
URL: https://github.com/apache/iceberg-cpp/pull/209#discussion_r2324004851


##########
.github/workflows/test.yml:
##########
@@ -80,10 +80,10 @@ jobs:
         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 
v5.0.0
         with:
           fetch-depth: 0
-      - name: Install ZLIB
+      - name: Install dependencies
         shell: cmd
         run: |
-          vcpkg install zlib:x64-windows
+          vcpkg install zlib:x64-windows nlohmann-json:x64-windows 
nanoarrow:x64-windows

Review Comment:
   nit: add `arrow` here to reduce ci time. windows ci is so slow.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to