Skip to content

Commit

Permalink
Pin cross in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed May 17, 2024
1 parent 7f2b28a commit abd7edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abd7edc

Please sign in to comment.