ci: fix clippy

This commit is contained in:
weishu
2023-12-30 09:19:38 +08:00
parent 76e7d7c60c
commit afefe20c96

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: |