Skip to content

Commit 91ac97a

Browse files
author
nullccxsy
committed
add arrow
1 parent e787897 commit 91ac97a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
windows:
7575
name: AMD64 Windows 2022
7676
runs-on: windows-2022
77-
timeout-minutes: 60
77+
timeout-minutes: 30
7878
steps:
7979
- name: Checkout iceberg-cpp
8080
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -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 nanoarrow:x64-windows arrow:x64-windows
8787
- name: Build Iceberg
8888
shell: cmd
8989
run: |

0 commit comments

Comments
 (0)