fix: docker ci (#4925)

This commit is contained in:
Richard Shiue 2024-03-18 08:00:01 +08:00 committed by GitHub
parent b557f89829
commit fdc105a3e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,10 @@ WORKDIR /home/$user
RUN sudo pacman -S --needed --noconfirm curl tar RUN sudo pacman -S --needed --noconfirm curl tar
RUN curl -sSfL \ RUN curl -sSfL \
--output yay.tar.gz \ --output yay.tar.gz \
https://github.com/Jguer/yay/releases/download/v12.0.2/yay_12.0.2_x86_64.tar.gz && \ https://github.com/Jguer/yay/releases/download/v12.3.3/yay_12.3.3_x86_64.tar.gz && \
tar -xf yay.tar.gz && \ tar -xf yay.tar.gz && \
sudo mv yay_12.0.2_x86_64/yay /bin && \ sudo mv yay_12.3.3_x86_64/yay /bin && \
rm -rf yay_12.0.2_x86_64 && \ rm -rf yay_12.3.3_x86_64 && \
yay --version yay --version
# Install Rust # Install Rust