mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Pin cross
in release workflow (#4173)
This commit is contained in:
parent
7f2b28ae2a
commit
2308ca40f6
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Run Cross
|
- name: Run Cross
|
||||||
if: ${{ matrix.cross }}
|
if: ${{ matrix.cross }}
|
||||||
run: |
|
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
|
cross build -p typst-cli --release --target ${{ matrix.target }} --features self-update,vendor-openssl
|
||||||
|
|
||||||
- name: Run Cargo
|
- name: Run Cargo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user