We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075745e commit 9fbb9dfCopy full SHA for 9fbb9df
.github/workflows/maturin.yml
@@ -72,10 +72,6 @@ jobs:
72
uses: PyO3/maturin-action@v1
73
env:
74
RUST_BACKTRACE: 1
75
- run: |
76
- echo OPENSSL_DIR=$env:OPENSSL_DIR
77
- echo OPENSSL_INCLUDE_DIR=$env:OPENSSL_INCLUDE_DIR
78
- echo OPENSSL_LIB_DIR=$env:OPENSSL_LIB_DIR
79
with:
80
target: ${{ matrix.platform.target }}
81
args: --release --out dist --find-interpreter
0 commit comments