Skip to content

Commit deead84

Browse files
committed
ci: fix the pipeline
1 parent a3a5cb7 commit deead84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
uses: actions-rs/cargo@v1
7575
with:
7676
command: clippy
77-
args: -- -D warnings
77+
args: --features=ssr,hydrate -- -D warnings

0 commit comments

Comments
 (0)