mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
ci: Update to cargo-c 0.10.5
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7683>
This commit is contained in:
parent
68bbfdc9a2
commit
22e5e57d44
2 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ variables:
|
|||
# If you are hacking on them or need a them to rebuild, its enough
|
||||
# to change any part of the string of the image you want.
|
||||
###
|
||||
FEDORA_TAG: '2024-10-17.0'
|
||||
FEDORA_TAG: '2024-10-18.0'
|
||||
|
||||
DEBIAN_TAG: '2024-10-17.0'
|
||||
DEBIAN_TAG: '2024-10-18.0'
|
||||
|
||||
INDENT_TAG: '2024-05-28.0'
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ chmod +x rustup-init;
|
|||
rm rustup-init;
|
||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
|
||||
|
||||
cargo install --locked cargo-c --version 0.10.4+cargo-0.82.0
|
||||
cargo install --locked cargo-c --version 0.10.5+cargo-0.83.0
|
||||
|
||||
rustup --version
|
||||
cargo --version
|
||||
|
|
Loading…
Reference in a new issue