Skip to content

Commit 9b59fdb

Browse files
authored
Update action.yml
1 parent 6ac5782 commit 9b59fdb

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
@@ -143,7 +143,8 @@ 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 build
146+
mkdir -p $env:CPPINTEROP_DIR\lib
147+
mkdir build
147148
cd build
148149
# Install CppInterOp
149150
cd $env:CPPINTEROP_BUILD_DIR
@@ -230,4 +231,3 @@ runs:
230231
python -m pytest --runxfail -sv -ra | tee test_xfailed.log 2>&1 || true
231232
git checkout .
232233
echo ::endgroup::
233-
echo ::group::Passing Test Logs

0 commit comments

Comments
 (0)