We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9312cd9 commit 6fa28fdCopy full SHA for 6fa28fd
2 files changed
.github/workflows/CI.yml
@@ -50,7 +50,7 @@ jobs:
50
sccache: "true"
51
manylinux: ${{ matrix.platform.manylinux || 'auto' }}
52
before-script-linux: |
53
- which yum > /dev/null && yum install -y perl-core
+ which yum > /dev/null && yum install -y perl-core openssl-devel
54
- name: Build free-threaded wheels
55
uses: PyO3/maturin-action@v1
56
env:
Cargo.toml
@@ -28,7 +28,6 @@ typst = "0.14.2"
28
typst-kit = { version = "0.14.2", features = [
29
"downloads",
30
"embed-fonts",
31
- "vendor-openssl",
32
] }
33
typst-pdf = "0.14.2"
34
typst-svg = "0.14.2"
0 commit comments