ci: pin cross-rs to v0.2.5 in release workflow (#651)
Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@googleworkspace/cli": patch
|
||||
---
|
||||
|
||||
Pin cross-rs to v0.2.5 in release workflow to prevent unpinned git HEAD builds
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
- name: Install cross
|
||||
if: matrix.cross
|
||||
run: cargo install cross --git https://github.com/cross-rs/cross
|
||||
run: cargo install cross --git https://github.com/cross-rs/cross --tag v0.2.5
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user