summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2024-03-11 06:24:16 -0400
committerGitHub <noreply@github.com>2024-03-11 10:24:16 +0000
commitc29db5f27e9f7b6865dc540a63d9fe269dfaac1b (patch)
tree7705258459c444186f8b264665017a44314d6656 /.github/workflows
parenta2d097686f01b2834f4a9b313bd9c1c692210479 (diff)
Clean up unused dependency (#3600)
Diffstat (limited to '.github/workflows')
-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 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