summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-17 18:03:14 +0200
committerGitHub <noreply@github.com>2024-05-17 16:03:14 +0000
commit2308ca40f6849d371b0610de6be61cbd6713088f (patch)
treec91bcbb9ae21144938047503527924b38d62b91d
parent7f2b28ae2abe58ff85d628ca1288e28f939e7041 (diff)
Pin `cross` in release workflow (#4173)
-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 4e855064..8cfc15ed 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
- name: Run Cross
if: ${{ matrix.cross }}
run: |
- cargo install cross --git https://github.com/cross-rs/cross.git
+ cargo install cross --git https://github.com/cross-rs/cross.git --locked --rev 085092ca
cross build -p typst-cli --release --target ${{ matrix.target }} --features self-update,vendor-openssl
- name: Run Cargo