Skip to content

Commit 1b0cd27

Browse files
authored
Update action.yml
1 parent 49eacbe commit 1b0cd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ runs:
153153
# Build and Install cppyy-backend
154154
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
155155
cmake --build . --parallel ${{ env.ncpus }}
156-
cp libcppyy-backend.dll $CPPINTEROP_DIR\lib\
156+
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
157157
cd ..
158158
159159
- name: Install CPyCppyy

0 commit comments

Comments
 (0)