PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH #188
-
I tried to use pango with rust. It needs the depndency installed so i added
That works fine when i try to use rust.yaml, but it isnt working for this action. My guess is that it does not find libpango. It works with matrurin build on my machine, so the problem is the action
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
As you can see in the error message, You just need to install |
Beta Was this translation helpful? Give feedback.
It's out of scope for this project.
You can bring your own docker images with dependencies pre-installed and pass it to
maturin-action
using thecontainer
option.Or build on the host Linux environment by passing
container: off
tomaturin-action
.