diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-17 17:39:29 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 17:39:29 +0200 |
| commit | 786457e3b02f0cf71d3ec4b0d9dcc6330c34453a (patch) | |
| tree | 4a7dcc2fb96bdbaca856723376b5c3fa94703ca9 | |
| parent | 5011510270c2c23f0ab019af486b26db0d62261b (diff) | |
Pin cross
| -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..9c824416 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 --rev 085092ca cross build -p typst-cli --release --target ${{ matrix.target }} --features self-update,vendor-openssl - name: Run Cargo |
