diff options
Diffstat (limited to '.github/workflows/release.yml')
| -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 15bae632..1932bf70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: target: ${{ matrix.target }} - name: Run Cross - if: ${{ matrix.cross}} + 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 |
