We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b59fdb commit 36eb421Copy full SHA for 36eb421
.github/actions/Build_and_Test_cppyy/action.yml
@@ -143,7 +143,7 @@ runs:
143
# Download cppyy-backend
144
git clone --depth=1 https://github.com/compiler-research/cppyy-backend.git
145
cd cppyy-backend
146
- mkdir -p $env:CPPINTEROP_DIR\lib
+ mkdir $env:CPPINTEROP_DIR\lib
147
mkdir build
148
cd build
149
# Install CppInterOp
0 commit comments