Skip to content

Commit 3347ca2

Browse files
author
Farah Khashman
committed
update windows workflow
1 parent 757d83d commit 3347ca2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)