mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
switch to stable channel
This commit is contained in:
@ -22,7 +22,7 @@ RUN git clone https://aur.archlinux.org/yay.git \
|
||||
RUN yay -S --noconfirm curl base-devel sqlite openssl clang cmake ninja pkg-config gtk3 unzip
|
||||
RUN xdg-user-dirs-update
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
RUN source $HOME/.cargo/env && rustup toolchain install nightly && rustup default nightly
|
||||
RUN source $HOME/.cargo/env && rustup toolchain install stable && rustup default stable
|
||||
RUN git clone https://github.com/flutter/flutter.git $HOME/.local/flutter
|
||||
RUN flutter channel stable
|
||||
RUN flutter config --enable-linux-desktop
|
||||
|
Reference in New Issue
Block a user