Skip to content

Commit 2dc1c30

Browse files
authored
Update action.yml
1 parent 3ed9178 commit 2dc1c30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,10 @@ runs:
152152
cd ..\cppyy-backend\build\
153153
# Build and Install cppyy-backend
154154
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155+
$env:CC=cl.exe
156+
$env:CXX=cl.exe
155157
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -G Ninja ..
156-
ninja -v build
158+
ninja -v
157159
cp libcppyy-backend.dll $env:CPPINTEROP_DIR\lib\
158160
cd ..
159161

0 commit comments

Comments
 (0)