Skip to content

Commit d2fd491

Browse files
committed
CI: Ignore rust-toolchain and use latest nightly
1 parent 709b67f commit d2fd491

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/build_rpi3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34+
rm rust-toolchain
3435
rustup self update
3536
rustup toolchain install nightly --component llvm-tools-preview
3637
rustup default nightly

.github/workflows/build_rpi4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34+
rm rust-toolchain
3435
rustup self update
3536
rustup toolchain install nightly --component llvm-tools-preview
3637
rustup default nightly

.github/workflows/sanity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
npm install prettier
3434
- name: Set up Rust nightly
3535
run: |
36+
rm rust-toolchain
3637
rustup self update
3738
rustup toolchain install nightly --component rustfmt clippy
3839
rustup default nightly

.github/workflows/test_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34+
rm rust-toolchain
3435
rustup self update
3536
rustup toolchain install nightly --component llvm-tools-preview
3637
rustup default nightly

.github/workflows/test_unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34+
rm rust-toolchain
3435
rustup self update
3536
rustup toolchain install nightly --component llvm-tools-preview
3637
rustup default nightly

0 commit comments

Comments
 (0)