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 03dc310 commit f0779fcCopy full SHA for f0779fc
.github/workflows/emscripten.yml
@@ -273,7 +273,9 @@ jobs:
273
cd native_build
274
cmake -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD=host -DCMAKE_BUILD_TYPE=Release -G Ninja ../llvm/
275
cmake --build . --target llvm-tblgen clang-tblgen --parallel $(nproc --all)
276
- $env:NATIVE_DIR="$PWD/bin/"
+ find.exe .
277
+ $env:PWD_DIR= $PWD.Path
278
+ $env:NATIVE_DIR="$env:PWD_DIR/bin/"
279
cd ..
280
mkdir build
281
if ( "${{ matrix.cling }}" -imatch "On" )
0 commit comments