fix(builder): install cargo from package manager
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-23 16:30:10 +02:00
parent 378df146ee
commit e4e5514e16

View file

@ -16,5 +16,5 @@ RUN apt-get update && \
libseat-dev \ libseat-dev \
libpipewire-0.3-dev \ libpipewire-0.3-dev \
libpango1.0-dev \ libpango1.0-dev \
libdisplay-info-dev && \ libdisplay-info-dev \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y cargo