File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
5252 run : |
5353 mkdir build
5454 cd build
55- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Vc\Auxiliary\Build\vcvarsall.bat" amd64 -vcvars_ver=14.3 || exit 1
55+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Vc\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }} -vcvars_ver=14.3 || exit 1
5656 cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release -DQL_BUILD_EXAMPLES=false -DQL_BUILD_TEST_SUITE=false -DQL_BUILD_BENCHMARK=false -DQL_ENABLE_SESSIONS=true -DORE_BUILD_DOC=false -DBOOST_INCLUDEDIR=C:\local\boost -DBOOST_LIBRARYDIR=C:\local\boost\lib64-msvc-14.3 -L
5757 cmake --build . -j 2 --verbose
5858 - name : Save executables as artifacts
5959 # if: startsWith(github.ref, 'refs/tags/v')
6060 uses : actions/upload-artifact@v3
6161 with :
6262 name : ore-exe-windows
63- path : D:\a\Engine\Engine\build\App\ore.exe
63+ path : D:\a\Engine\Engine\build\App\ore.exe
You can’t perform that action at this time.
0 commit comments