Skip to content

Commit

Permalink
ci: move nightly rust versions to vars
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 14, 2024
1 parent dac34e4 commit 557ca14
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ jobs:

- uses: actions/checkout@v4

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

- uses: taiki-e/cache-cargo-install-action@v2.0.1
- name: Install cargo-public-api
uses: taiki-e/cache-cargo-install-action@v2.0.1
with:
tool: cargo-public-api

Expand Down

0 comments on commit 557ca14

Please # to comment.