Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 0ec2f93

Browse files
committed
ci: fix public api diff job
1 parent cfc0a57 commit 0ec2f93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
- name: Checkout PR branch
7878
uses: actions/checkout@v4
7979

80-
- name: Install Rust
81-
uses: actions-rust-lang/setup-rust-toolchain@v1.10.1
80+
- name: Install Rust (${{ vars.RUST_VERSION_API_DIFF }})
81+
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
8282
with:
83-
toolchain: nightly-2024-09-10
83+
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
8484

8585
- name: Install cargo-public-api
8686
uses: taiki-e/[email protected]

0 commit comments

Comments
 (0)