Skip to content

Commit 87c6069

Browse files
authored
chore: fix rust toolchain (#234)
1 parent 9bfb150 commit 87c6069

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/java-lancedb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- uses: actions-rust-lang/setup-rust-toolchain@v1
7979
with:
8080
toolchain: stable
81+
components: rustfmt, clippy
8182
- uses: rui314/setup-mold@v1
8283
- name: Checkout lance-namespace repo
8384
uses: actions/checkout@v4

.github/workflows/java-unity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- uses: actions-rust-lang/setup-rust-toolchain@v1
6161
with:
6262
toolchain: stable
63+
components: rustfmt, clippy
6364
- uses: rui314/setup-mold@v1
6465
- name: Install cargo-llvm-cov
6566
uses: taiki-e/install-action@cargo-llvm-cov

.github/workflows/java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- uses: actions-rust-lang/setup-rust-toolchain@v1
6161
with:
6262
toolchain: stable
63+
components: rustfmt, clippy
6364
- uses: rui314/setup-mold@v1
6465
- name: Install cargo-llvm-cov
6566
uses: taiki-e/install-action@cargo-llvm-cov

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- uses: actions-rust-lang/setup-rust-toolchain@v1
6161
with:
6262
toolchain: stable
63+
components: rustfmt, clippy
6364
- uses: rui314/setup-mold@v1
6465
- name: Install cargo-llvm-cov
6566
uses: taiki-e/install-action@cargo-llvm-cov

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- uses: actions-rust-lang/setup-rust-toolchain@v1
8282
with:
8383
toolchain: stable
84+
components: rustfmt, clippy
8485
- uses: rui314/setup-mold@v1
8586
- name: Install cargo-llvm-cov
8687
uses: taiki-e/install-action@cargo-llvm-cov

.github/workflows/rust-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- uses: actions-rust-lang/setup-rust-toolchain@v1
5959
with:
6060
toolchain: stable
61+
components: rustfmt, clippy
6162
- uses: rui314/setup-mold@v1
6263
- uses: Swatinem/rust-cache@v2
6364
with:

0 commit comments

Comments
 (0)