Skip to content

Commit

Permalink
fix ci: cargo component add clippy in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Dec 27, 2024
1 parent e1933a3 commit 15e019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: clippy check
run: cd src-tauri && cargo clippy --all-targets --all-features -- -D warnings && cd ..
run: rustup component add clippy && cd src-tauri && cargo clippy --all-targets --all-features -- -D warnings && cd ..

- run: gh release create "v${{ github.event.inputs.version }}" --title "Release v${{ github.event.inputs.version }}" --notes "如果下面没有可下载的文件,说明构建失败,请联系开发者"
env:
Expand Down

0 comments on commit 15e019f

Please sign in to comment.