summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPgBiel <9021226+PgBiel@users.noreply.github.com>2024-03-01 18:50:58 -0300
committerGitHub <noreply@github.com>2024-03-01 21:50:58 +0000
commitf5a2a9a9a61b90805dc31f9781848150d0ffbb44 (patch)
tree3ce2f8b66eab40ab155eb7b3b74d32c5986fc0ad
parentdadd657e0a19675655dd9c4946420786e51325d9 (diff)
Fix release workflow (#3536)
-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 a946218d..15bae632 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 vendor-openssl
+ cross build -p typst-cli --release --target ${{ matrix.target }} --features self-update,vendor-openssl
- name: Run Cargo
if: ${{ !matrix.cross }}