ci: fix clippy

This commit is contained in:
weishu
2023-12-30 09:19:38 +08:00
parent e8e796b13e
commit 0e28807459

View File

@@ -29,7 +29,7 @@ jobs:
workspaces: userspace/ksud workspaces: userspace/ksud
- name: Install cross - name: Install cross
run: cargo install cross run: cargo install cross --locked
- name: Run clippy - name: Run clippy
run: | run: |