Skip to content

Commit f0779fc

Browse files
authored
Update emscripten.yml
1 parent 03dc310 commit f0779fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ jobs:
273273
cd native_build
274274
cmake -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD=host -DCMAKE_BUILD_TYPE=Release -G Ninja ../llvm/
275275
cmake --build . --target llvm-tblgen clang-tblgen --parallel $(nproc --all)
276-
$env:NATIVE_DIR="$PWD/bin/"
276+
find.exe .
277+
$env:PWD_DIR= $PWD.Path
278+
$env:NATIVE_DIR="$env:PWD_DIR/bin/"
277279
cd ..
278280
mkdir build
279281
if ( "${{ matrix.cling }}" -imatch "On" )

0 commit comments

Comments
 (0)