Skip to content

Commit 6fa28fd

Browse files
committed
Try un-vendor openssl
1 parent 9312cd9 commit 6fa28fd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sccache: "true"
5151
manylinux: ${{ matrix.platform.manylinux || 'auto' }}
5252
before-script-linux: |
53-
which yum > /dev/null && yum install -y perl-core
53+
which yum > /dev/null && yum install -y perl-core openssl-devel
5454
- name: Build free-threaded wheels
5555
uses: PyO3/maturin-action@v1
5656
env:

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ typst = "0.14.2"
2828
typst-kit = { version = "0.14.2", features = [
2929
"downloads",
3030
"embed-fonts",
31-
"vendor-openssl",
3231
] }
3332
typst-pdf = "0.14.2"
3433
typst-svg = "0.14.2"

0 commit comments

Comments
 (0)