Skip to content

Commit

Permalink
Use pwd instead of dot for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
josel-amd committed Aug 19, 2024
1 parent efb436c commit f08d034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-llvm-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
-DLLVM_EXTERNAL_PROJECTS=mlir-xten \
-DMLIR_XTEN_ENABLE_TORCH=OFF \
-DLLVM_EXTERNAL_MLIR_XTEN_SOURCE_DIR=.
-DLLVM_EXTERNAL_MLIR_XTEN_SOURCE_DIR="$PWD"
ninja -C build check-xten-all

0 comments on commit f08d034

Please sign in to comment.