Skip to content

Commit 3018ae6

Browse files
committed
Remove redundant toolchain action
1 parent bdf01ab commit 3018ae6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
- uses: actions/checkout@v4
2929
name: Checkout Repository
3030

31-
- uses: dtolnay/rust-toolchain@stable
32-
3331
- uses: Swatinem/rust-cache@v2
3432
name: Enable Rust Caching
3533

@@ -53,8 +51,6 @@ jobs:
5351
- uses: actions/checkout@v4
5452
name: Checkout Repository
5553

56-
- uses: dtolnay/rust-toolchain@stable
57-
5854
- uses: Swatinem/rust-cache@v2
5955
name: Enable Rust Caching
6056

@@ -88,8 +84,6 @@ jobs:
8884
- uses: actions/checkout@v4
8985
name: Checkout Repository
9086

91-
- uses: dtolnay/rust-toolchain@stable
92-
9387
- uses: Swatinem/rust-cache@v2
9488
name: Enable Rust Caching
9589

@@ -114,8 +108,6 @@ jobs:
114108
- uses: actions/checkout@v4
115109
name: Checkout Repository
116110

117-
- uses: dtolnay/rust-toolchain@stable
118-
119111
- uses: Swatinem/rust-cache@v2
120112
name: Enable Rust Caching
121113

0 commit comments

Comments
 (0)