Skip to content

Commit 80518c0

Browse files
fix: remove no-deps
1 parent cd17a8b commit 80518c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
- name: Run Clippy for GitHub Actions report
459459
uses: actions-rs-plus/clippy-check@0d83844d8ff1a67b11d384d9dd6adcdcf142a8a7 # v2.2.1
460460
with:
461-
args: --workspace --all-targets --all-features --no-deps
461+
args: --workspace --all-targets --all-features
462462

463463
docker-build:
464464
name: Build Docker container on ${{ matrix.runs-on }} for ${{ matrix.platform }}

0 commit comments

Comments
 (0)