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 36eb421 commit 49eacbeCopy full SHA for 49eacbe
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -113,7 +113,7 @@ runs:
113
# Build CppInterOp next to cling and llvm-project.
114
mkdir build
115
cd build
116
- $env:CPPINTEROP_BUILD_DIR="$env:PWD_DIR"
+ $env:CPPINTEROP_BUILD_DIR=$PWD.Path
117
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR"
118
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR" >> $env:GITHUB_ENV
119
if ( "${{ matrix.cling }}" -imatch "On" )
0 commit comments