Skip to content

Commit dac50b3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ 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
155+
$env:CC="cl.exe"
156+
$env:CXX="cl.exe"
157157
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -G Ninja ..
158158
ninja -v
159159
cp libcppyy-backend.dll $env:CPPINTEROP_DIR\lib\

0 commit comments

Comments
 (0)