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 6ac5782 commit 9b59fdbCopy full SHA for 9b59fdb
.github/actions/Build_and_Test_cppyy/action.yml
@@ -143,7 +143,8 @@ 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 build
+ mkdir -p $env:CPPINTEROP_DIR\lib
147
+ mkdir build
148
cd build
149
# Install CppInterOp
150
cd $env:CPPINTEROP_BUILD_DIR
@@ -230,4 +231,3 @@ runs:
230
231
python -m pytest --runxfail -sv -ra | tee test_xfailed.log 2>&1 || true
232
git checkout .
233
echo ::endgroup::
- echo ::group::Passing Test Logs
0 commit comments