File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ jobs:
8787 - name : Build Iceberg
8888 shell : cmd
8989 run : |
90- call "C:\Program Files (x86) \Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
91- bash -c "ci/scripts/build_iceberg.sh $(pwd)
90+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
91+ bash -c "ci/scripts/build_iceberg.sh $(pwd)"
9292 - name : Build Example
9393 shell : cmd
9494 run : |
95- call "C:\Program Files (x86) \Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
96- bash -c "ci/scripts/build_example.sh $(pwd)/example
95+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
96+ bash -c "ci/scripts/build_example.sh $(pwd)/example"
You can’t perform that action at this time.
0 commit comments