Skip to content

Commit 49eacbe

Browse files
authored
Update action.yml
1 parent 36eb421 commit 49eacbe

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/Build_and_Test_CppInterOp

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_CppInterOp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
# Build CppInterOp next to cling and llvm-project.
114114
mkdir build
115115
cd build
116-
$env:CPPINTEROP_BUILD_DIR="$env:PWD_DIR"
116+
$env:CPPINTEROP_BUILD_DIR=$PWD.Path
117117
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR"
118118
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR" >> $env:GITHUB_ENV
119119
if ( "${{ matrix.cling }}" -imatch "On" )

0 commit comments

Comments
 (0)