File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2222 cd ../../github
2323 ./vcpkg/bootstrap-vcpkg.bat
2424 cd vcpkg
25- pwd >> $VCPKG_ROOT
25+ D:/a/github/vcpkg >> $VCPKG_ROOT
2626
2727 - name : Clone arrow
2828 run : |
4444 (Get-Content .\build_win64.bat).Replace('ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"', 'ARROW_GIT_REPOSITORY="D:/a/github/arrow"') | Set-Content .\build_win64.bat
4545 (Get-Content .\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/github/flightsql-odbc"') | Set-Content .\build_win64.bat
4646
47+ - name : Upload bat file
48+ uses : actions/upload-artifact@v4
49+ with :
50+ name : build_win64.bat
51+ path : ' .\build_win64.bat'
52+
4753 - name : Set up MSVC Dev command prompt
4854 uses : ilammy/msvc-dev-cmd@v1.13.0
4955 with :
Original file line number Diff line number Diff line change 1010
1111@ ECHO OFF
1212
13- %VCPKG_ROOT% \ vcpkg.exe install --triplet x64-windows --x-install-root=%VCPKG_ROOT% /installed
13+ %VCPKG_ROOT% / vcpkg.exe install --triplet x64-windows --x-install-root=%VCPKG_ROOT% /installed
1414
1515if exist " .\build" del build /q
1616
You can’t perform that action at this time.
0 commit comments