mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 06:45:56 +01:00
ci: fix public api diff
This commit is contained in:
parent
3b5f7ae68c
commit
3eafe7f5ce
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -58,10 +58,10 @@ jobs:
|
||||
- name: checkout ${{ github.head_ref }}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust (nightly-2024-09-10)
|
||||
- name: Install Rust (${{ vars.RUST_VERSION_API_DIFF }})
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1.10.0
|
||||
with:
|
||||
toolchain: nightly-2024-09-10
|
||||
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
|
||||
|
||||
- name: Install cargo-public-api
|
||||
uses: taiki-e/cache-cargo-install-action@v2.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user