-
Hello, I am trying to use maturin-action and Maturin for building and packaging a Rust library that exposes CFFI binding. Meanwhile everything works fine locally, the GH action using maturin-action fails. It fails on:
CFFI is specified as build dependency. Is it the correct place to specify it? This is my |
Beta Was this translation helpful? Give feedback.
Answered by
messense
Feb 23, 2023
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
messense
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cffi
support inmaturin-action
is rather unpolished ATM, you need to installcffi
manually,maturin
only tries to install it when using a virtualenv.