File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Build the Release
1919 working-directory : ir_cli
2020 run : |
21- rustup default 1.67
21+ rustup default 1.70
2222 make release
2323 ls _build # there should be a ir.tgz file under the ir_cli/_build directory
2424 - name : Upload Artifact to Github Releases
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ RUN yum -y install git
2424# ca-certificates
2525RUN yum -y install ca-certificates
2626
27- # rust-1.67 .0
27+ # rust-1.70 .0
2828# cargo
2929# RUN yum -y install rust cargo rustfmt
3030RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
3131RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
3232
3333ENV PATH="/root/.cargo/bin:${PATH}"
3434ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
35- RUN rustup default 1.67
35+ RUN rustup default 1.70
3636
3737# RUN rustup default stable
3838RUN cargo version
You can’t perform that action at this time.
0 commit comments