Skip to content

Commit 36eb421

Browse files
authored
Update action.yml
1 parent 9b59fdb commit 36eb421

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
@@ -143,7 +143,7 @@ runs:
143143
# Download cppyy-backend
144144
git clone --depth=1 https://github.com/compiler-research/cppyy-backend.git
145145
cd cppyy-backend
146-
mkdir -p $env:CPPINTEROP_DIR\lib
146+
mkdir $env:CPPINTEROP_DIR\lib
147147
mkdir build
148148
cd build
149149
# Install CppInterOp

0 commit comments

Comments
 (0)