Skip to content

Commit 597be65

Browse files
author
nullccxsy
committed
fix: remove nanoarrow install in CI workflow
1 parent d7fdf2d commit 597be65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install dependencies
8484
shell: cmd
8585
run: |
86-
vcpkg install zlib:x64-windows nlohmann-json:x64-windows nanoarrow:x64-windows
86+
vcpkg install zlib:x64-windows nlohmann-json:x64-windows arrow:x64-windows
8787
- name: Build Iceberg
8888
shell: cmd
8989
run: |

0 commit comments

Comments
 (0)