We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3982afc commit 19fe489Copy full SHA for 19fe489
.github/workflows/build-github-actions.yml
@@ -91,6 +91,8 @@ jobs:
91
submodules: 'true'
92
- name: Install OpenSSL
93
run: sudo apt-get update && sudo apt-get install -y libssl-dev
94
+ - name: Set OPENSSL_DIR
95
+ run: echo "OPENSSL_DIR=/usr" >> $GITHUB_ENV
96
- name: Build x86_64 wheels
97
uses: PyO3/maturin-action@v1
98
if: ${{ matrix.target == 'x86_64' }}
.github/workflows/manual-build-github-actions.yml
@@ -80,6 +80,8 @@ jobs:
80
# submodules: 'true'
81
# - name: Install OpenSSL
82
# run: sudo apt-get update && sudo apt-get install -y libssl-dev
83
+ # - name: Set OPENSSL_DIR
84
+ # run: echo "OPENSSL_DIR=/usr" >> $GITHUB_ENV
85
# - name: Build wheels
86
# uses: PyO3/maturin-action@v1
87
# with:
0 commit comments