mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-02 01:43:49 +00:00
ci: Use ouch 0.5.1
Newer versions have some bugs, see * https://github.com/ouch-org/ouch/pull/782 * https://github.com/ouch-org/ouch/issues/820 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1729>
This commit is contained in:
parent
cc317995ff
commit
07971930b6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ cargo-cbuild --version
|
||||||
cargo nextest --version
|
cargo nextest --version
|
||||||
|
|
||||||
# Rust-based CLI unpacker
|
# Rust-based CLI unpacker
|
||||||
cargo install --locked ouch
|
cargo install --locked ouch@0.5.1
|
||||||
if (!$?) {
|
if (!$?) {
|
||||||
Write-Host "Failed to install ouch"
|
Write-Host "Failed to install ouch"
|
||||||
Exit 1
|
Exit 1
|
||||||
|
|
Loading…
Reference in a new issue