Describe the bug
Invalid workflow file: .github/workflows/build.yml#L109
The workflow is not valid. .github/workflows/build.yml (Line: 109, Col: 13): A mapping was not expected
Line 109 is RUST_BACKTRACE: 1
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
env:
RUST_BACKTRACE: 1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
Describe the bug
Line 109 is
RUST_BACKTRACE: 1To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.