diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-28 09:04:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 08:04:03 +0000 |
| commit | 6dab30238adc03142c64f9b6846a43d139e9396b (patch) | |
| tree | 8e1ddbecac0f429eeeb86a7b32cc0520e9946687 /.github | |
| parent | 85305139cd896b60d6a80e64602099573ea5470e (diff) | |
Add `vendor-openssl` feature flag (#3510)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 }} |
