Commit df2a078 1 parent b3b4521 commit df2a078 Copy full SHA for df2a078
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
env :
32
32
VCPKG_BINARY_SOURCES : ' clear;nuget,GitHub,readwrite'
33
33
steps :
34
- - name : Checkout Arrow
35
- run : |
36
- git clone --no-checkout {{ arrow.remote }} arrow
37
- git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
38
- git -C arrow checkout FETCH_HEAD
39
- git -C arrow submodule update --init --recursive
34
+ {{ macros.github_checkout_arrow()|indent }}
35
+ # CMake 3.29.1 that is pre-installed on the Windows image has a problem.
36
+ # See also: https://github.com/microsoft/vcpkg/issues/37968
37
+ - name : Install CMake 3.29.0
38
+ shell : bash
39
+ run : arrow/ci/scripts/install_cmake.sh 3.29.0
40
40
- name : Download Timezone Database
41
41
shell : bash
42
42
run : arrow/ci/scripts/download_tz_database.sh
59
59
CALL setx PATH "%PATH%;C:\vcpkg"
60
60
- name : Setup NuGet Credentials
61
61
shell : bash
62
- env :
62
+ env :
63
63
GITHUB_TOKEN : {{ '${{ secrets.GITHUB_TOKEN }}' }}
64
64
run : |
65
65
`vcpkg fetch nuget | tail -n 1` \
You can’t perform that action at this time.
0 commit comments