Skip to content

Commit

Permalink
ci: fix public api diff
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 2, 2024
1 parent 3b5f7ae commit 3eafe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
toolchain: nightly-2024-09-10
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}

- name: Install cargo-public-api
uses: taiki-e/[email protected]
Expand Down

0 comments on commit 3eafe7f

Please sign in to comment.