File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 - name : Install Rust
2727 run : |
2828 rustup set auto-self-update disable
29- rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt clippy
29+ rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt, clippy
3030 rustup default ${{ matrix.rust }}
3131 echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
3232 echo CARGO_INCREMENTAL=0 >> $GITHUB_ENV
6868 - name : Install Rust
6969 run : |
7070 rustup set auto-self-update disable
71- rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt clippy
71+ rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt, clippy
7272 rustup target add aarch64-linux-android
7373 echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
7474 echo CARGO_INCREMENTAL=0 >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments