mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-14 14:00:30 +08:00
fix: update rust-toolchain action to use master branch for consistency
This commit is contained in:
parent
fb5d5a7d37
commit
a2d33c5447
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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user