Skip to content

Commit e2ee8bb

Browse files
committed
remove invalid keyword
1 parent 69c386b commit e2ee8bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- uses: dtolnay/rust-toolchain@v1
3030
with:
3131
toolchain: ${{ matrix.rust }}
32-
override: true
3332
- uses: Swatinem/rust-cache@v2
3433
- uses: taiki-e/install-action@cargo-hack
3534
- run: sudo apt-get update -y
@@ -56,7 +55,6 @@ jobs:
5655
- uses: dtolnay/rust-toolchain@v1
5756
with:
5857
toolchain: stable
59-
override: true
6058
components: rustfmt
6159
- run: |
6260
/bin/bash -c "find src -type f | grep -v auto_bindings | grep -v lib | xargs rustfmt --check"
@@ -74,7 +72,6 @@ jobs:
7472
- uses: dtolnay/rust-toolchain@v1
7573
with:
7674
toolchain: ${{ matrix.rust }}
77-
override: true
7875
components: clippy
7976
- uses: Swatinem/rust-cache@v2
8077
- uses: taiki-e/install-action@cargo-hack

0 commit comments

Comments
 (0)