Skip to content

Commit

Permalink
fix(ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Yang committed Jul 30, 2024
1 parent 1b48151 commit 700abec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build-verbosity = 1
build-frontend = "build"
archs = "auto64"
skip = "*musllinux*" # doesn't find LLVM musl build
environment = { SKBUILD_CMAKE_ARGS="-DLLVM_DIR={project}/llvm-build/lib/cmake/llvm"}
environment = { SKBUILD_CMAKE_ARGS="-DLLVM_DIR=$(pwd)/llvm-build/lib/cmake/llvm"}
before-all = "bash ./scripts/action/build_llvm.sh"
before-build = "pwd"

Expand Down

0 comments on commit 700abec

Please sign in to comment.