summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-28 09:04:03 +0100
committerGitHub <noreply@github.com>2024-02-28 08:04:03 +0000
commit6dab30238adc03142c64f9b6846a43d139e9396b (patch)
tree8e1ddbecac0f429eeeb86a7b32cc0520e9946687 /.github
parent85305139cd896b60d6a80e64602099573ea5470e (diff)
Add `vendor-openssl` feature flag (#3510)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fdfaac8f..a946218d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
if: ${{ matrix.cross}}
run: |
cargo install cross --git https://github.com/cross-rs/cross.git
- cross build -p typst-cli --release --target ${{ matrix.target }} --features self-update
+ cross build -p typst-cli --release --target ${{ matrix.target }} --features self-update vendor-openssl
- name: Run Cargo
if: ${{ !matrix.cross }}