diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 2ea5bc48..145475e4 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - 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 with: workspaces: userspace/ksud