fix: update rust-toolchain action to use master branch for consistency
This commit is contained in:
5
.github/workflows/lint-clippy.yml
vendored
5
.github/workflows/lint-clippy.yml
vendored
@@ -23,7 +23,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust Stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable
|
||||
components: clippy
|
||||
|
||||
- name: Add Rust Target
|
||||
run: rustup target add ${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user