mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
ci: fix nightly toolchain requirements
This commit is contained in:
parent
7360c732b3
commit
d148e84aba
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -70,10 +70,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust (nightly-2024-05-01)
|
||||
- name: Install Rust (nightly-2024-09-30)
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
|
||||
with:
|
||||
toolchain: nightly-2024-05-01
|
||||
toolchain: nightly-2024-09-30
|
||||
|
||||
- name: Install just
|
||||
uses: taiki-e/install-action@v2.43.1
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
tool: cargo-check-external-types
|
||||
|
||||
- name: check external types
|
||||
run: just check-external-types-all +nightly-2024-05-01
|
||||
run: just check-external-types-all +nightly-2024-09-30
|
||||
|
||||
public-api-diff:
|
||||
runs-on: ubuntu-latest
|
||||
@ -99,10 +99,10 @@ jobs:
|
||||
- name: Checkout PR branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust (nightly-2024-06-07)
|
||||
- name: Install Rust (nightly-2024-09-30)
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
|
||||
with:
|
||||
toolchain: nightly-2024-06-07
|
||||
toolchain: nightly-2024-09-30
|
||||
|
||||
- name: Install cargo-public-api
|
||||
uses: taiki-e/install-action@v2.43.1
|
||||
|
Loading…
Reference in New Issue
Block a user