1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 14:55:56 +01:00

ci: fix public api diff

This commit is contained in:
Rob Ede 2024-12-02 10:21:28 +02:00
parent 3b5f7ae68c
commit 3eafe7f5ce
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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