mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:10:09 +00:00
Set override in actions-rs/toolchain@v1 (#543)
This commit is contained in:
parent
f9def0a139
commit
017fec2bc5
3 changed files with 5 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly-2022-11-01
|
toolchain: nightly-2022-11-01
|
||||||
|
override: true
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
|
@ -62,6 +63,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly-2022-11-01
|
toolchain: nightly-2022-11-01
|
||||||
|
override: true
|
||||||
components: clippy
|
components: clippy
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
|
@ -86,6 +88,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly-2022-11-01
|
toolchain: nightly-2022-11-01
|
||||||
|
override: true
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-cargo
|
cache-name: cache-cargo
|
||||||
|
@ -109,6 +112,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly-2022-11-01
|
toolchain: nightly-2022-11-01
|
||||||
|
override: true
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
1
rust-toolchain
Normal file
1
rust-toolchain
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1.64.0
|
|
@ -1,2 +0,0 @@
|
||||||
[toolchain]
|
|
||||||
channel = "1.64.0"
|
|
Loading…
Add table
Add a link
Reference in a new issue