nullccxsy commented on code in PR #209:
URL: https://github.com/apache/iceberg-cpp/pull/209#discussion_r2327637257
##########
.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
arrow:x64-windows
Review Comment:
This is just a test to check if there are any problems with the other parts
after removing nanoarrow.
--
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]