CI: Use rust-toolchain

Latest nightly broke a dependency. Need to wait for it to be fixed. Pin the
toolchain for now.
pull/112/head
Andre Richter 3 years ago
parent f6c48b5474
commit aa0e194c75
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -31,11 +31,6 @@ jobs:
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rm rust-toolchain
rustup self update
rustup toolchain install nightly --component llvm-tools-preview
rustup default nightly
rustup target add aarch64-unknown-none-softfloat
cargo install cargo-binutils
- name: Set up Ruby
run: |

@ -31,11 +31,6 @@ jobs:
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rm rust-toolchain
rustup self update
rustup toolchain install nightly --component llvm-tools-preview
rustup default nightly
rustup target add aarch64-unknown-none-softfloat
cargo install cargo-binutils
- name: Set up Ruby
run: |

@ -31,13 +31,6 @@ jobs:
- name: Set up Prettier
run: |
npm install prettier
- name: Set up Rust nightly
run: |
rm rust-toolchain
rustup self update
rustup toolchain install nightly --component rustfmt clippy
rustup default nightly
rustup target add aarch64-unknown-none-softfloat
- name: Setup misspell
run: |
curl -L -o ./install-misspell.sh https://git.io/misspell

@ -31,11 +31,6 @@ jobs:
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rm rust-toolchain
rustup self update
rustup toolchain install nightly --component llvm-tools-preview
rustup default nightly
rustup target add aarch64-unknown-none-softfloat
cargo install cargo-binutils
- name: Set up Ruby
run: |

@ -31,11 +31,6 @@ jobs:
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rm rust-toolchain
rustup self update
rustup toolchain install nightly --component llvm-tools-preview
rustup default nightly
rustup target add aarch64-unknown-none-softfloat
cargo install cargo-binutils
- name: Set up Ruby
run: |

@ -31,11 +31,6 @@ jobs:
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rm rust-toolchain
rustup self update
rustup toolchain install nightly --component llvm-tools-preview
rustup default nightly
rustup target add aarch64-unknown-none-softfloat
cargo install cargo-binutils
- name: Set up Ruby
run: |

Loading…
Cancel
Save