Skip to content

Commit

Permalink
feat: install py rust dist builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
priyasiddharth committed Dec 7, 2024
1 parent 0c46c5e commit 859dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ debug-logging = true
# question and is used for determining how to compile each target.
# =============================================================================
[target.x86_64-unknown-linux-gnu]
llvm-config = "seaurchin-llvm/seaurchin-llvm-assert-build/build/bin/llvm-config"
llvm-config = "/mnt/build/bin/llvm-config"

# C compiler to be used to compile C code. Note that the
# default value is platform specific, and if not specified it may also depend on
Expand Down

0 comments on commit 859dfbf

Please sign in to comment.