File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6060 (Get-Content D:\a\wd\warpdrive\build_win64.bat) -replace '%VCPKG_ROOT%', 'D:/a/gh/vcpkg' | Set-Content D:\a\wd\warpdrive\build_win64.bat
6161
6262 - name : Set commits for flight and arrow
63- if : ${{ github.event.inputs.ARROW_GIT_TAG }} > '' || ${{ github.event.inputs.ODBCABSTRACTION_GIT_TAG }} > ''
63+ if : ${{ github.event.inputs.ARROW_GIT_TAG > '' || github.event.inputs.ODBCABSTRACTION_GIT_TAG > '' }}
6464 run : |
6565 (Get-Content D:\a\wd\warpdrive\build_win64.bat) -replace 'ARROW_GIT_TAG="(.*?)"', 'ARROW_GIT_TAG="${{ github.event.inputs.ARROW_GIT_TAG }}"' | Set-Content D:\a\wd\warpdrive\build_win64.bat
6666 (Get-Content D:\a\wd\warpdrive\build_win64.bat) -replace 'ODBCABSTRACTION_GIT_TAG="(.*?)"', 'ODBCABSTRACTION_GIT_TAG="${{ github.event.inputs.ODBCABSTRACTION_GIT_TAG }}"' | Set-Content D:\a\wd\warpdrive\build_win64.bat
You can’t perform that action at this time.
0 commit comments