Update clippy.yml

This commit is contained in:
weishu
2025-01-24 19:26:31 +08:00
committed by GitHub
parent a953ae97b7
commit b469728fc7

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: rustup update --force-non-host stable-x86_64-unknown-linux-gnu - run: rustup update stable
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
workspaces: userspace/ksud workspaces: userspace/ksud