Fix release workflow (#3536)

This commit is contained in:
PgBiel 2024-03-01 18:50:58 -03:00 committed by GitHub
parent dadd657e0a
commit f5a2a9a9a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}