Pin cross

This commit is contained in:
Laurenz 2024-05-17 17:39:29 +02:00
parent 5011510270
commit 786457e3b0

View File

@ -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 --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