mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: docker ci (#4925)
This commit is contained in:
parent
b557f89829
commit
fdc105a3e8
@ -21,10 +21,10 @@ WORKDIR /home/$user
|
||||
RUN sudo pacman -S --needed --noconfirm curl tar
|
||||
RUN curl -sSfL \
|
||||
--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 && \
|
||||
sudo mv yay_12.0.2_x86_64/yay /bin && \
|
||||
rm -rf yay_12.0.2_x86_64 && \
|
||||
sudo mv yay_12.3.3_x86_64/yay /bin && \
|
||||
rm -rf yay_12.3.3_x86_64 && \
|
||||
yay --version
|
||||
|
||||
# Install Rust
|
||||
|
Loading…
Reference in New Issue
Block a user