Skip to content

Commit

Permalink
ci: fix public api diff job
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 2, 2024
1 parent a9d6efb commit 1fdd755
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 @@ -74,10 +74,10 @@ jobs:
- name: Checkout PR branch
uses: actions/checkout@v4

- name: Install Rust
- name: Install Rust (${{ vars.RUST_VERSION_API_DIFF }})
uses: actions-rust-lang/[email protected]
with:
toolchain: nightly-2024-04-26
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}

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

0 comments on commit 1fdd755

Please sign in to comment.