diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a946218de..15bae6324 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 }}