diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-17 18:03:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 16:03:14 +0000 |
| commit | 2308ca40f6849d371b0610de6be61cbd6713088f (patch) | |
| tree | c91bcbb9ae21144938047503527924b38d62b91d /.github/workflows/release.yml | |
| parent | 7f2b28ae2abe58ff85d628ca1288e28f939e7041 (diff) | |
Pin `cross` in release workflow (#4173)
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 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 |
