Skip to content

Commit 38ea3fe

Browse files
committed
fix: cleanup ci warnings
1 parent a7d45fd commit 38ea3fe

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: dtolnay/rust-toolchain@stable
2424
with:
2525
toolchain: ${{ env.RUST_VERSION }}
26-
override: true
2726

2827
- name: Cache cargo registry & binaries
2928
uses: actions/cache@v4
@@ -80,7 +79,6 @@ jobs:
8079
uses: dtolnay/rust-toolchain@stable
8180
with:
8281
toolchain: ${{ env.RUST_VERSION }}
83-
override: true
8482

8583
- name: Cache cargo registry & target
8684
uses: actions/cache@v4
@@ -152,7 +150,6 @@ jobs:
152150
uses: dtolnay/rust-toolchain@stable
153151
with:
154152
toolchain: ${{ env.RUST_VERSION }}
155-
override: true
156153

157154
- name: Cache cargo registry & target
158155
uses: actions/cache@v4
@@ -214,7 +211,6 @@ jobs:
214211
uses: dtolnay/rust-toolchain@stable
215212
with:
216213
toolchain: ${{ env.RUST_VERSION }}
217-
override: true
218214

219215
- name: Cache cargo registry & target
220216
uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
uses: dtolnay/rust-toolchain@stable
4040
with:
4141
toolchain: ${{ env.RUST_VERSION }}
42-
override: true
4342

4443
- name: Install PHP test dependencies
4544
working-directory: php/tests
@@ -97,7 +96,6 @@ jobs:
9796
uses: dtolnay/rust-toolchain@stable
9897
with:
9998
toolchain: ${{ env.RUST_VERSION }}
100-
override: true
10199

102100
- name: Install PHP test dependencies
103101
working-directory: php/tests

0 commit comments

Comments
 (0)