Skip to content

Commit bab5da5

Browse files
committed
build: Install cargo-fuzz via cargo install cargo-fuzz
1 parent 2823d56 commit bab5da5

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
@@ -199,6 +199,6 @@ jobs:
199199
steps:
200200
- uses: actions/checkout@v3
201201
- uses: dtolnay/rust-toolchain@nightly
202-
- uses: dtolnay/install@cargo-fuzz
202+
- run: cargo install cargo-fuzz
203203
- run: cargo fuzz build -O
204204
working-directory: ./css-inline

0 commit comments

Comments
 (0)