From 2f1e1fd90b300f1e67fd045ed77edf9d264c8d01 Mon Sep 17 00:00:00 2001 From: Lurk Date: Tue, 24 Dec 2024 20:23:54 +0100 Subject: [PATCH] change target --- .github/workflows/fuzz.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index ced604f..a501f67 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -21,11 +21,10 @@ jobs: uses: dtolnay/rust-toolchain@master with: toolchain: nightly - targets: x86_64-unknown-linux-musl + targets: x86_64-unknown-linux-gnu - name: cargo install cargo-fuzz uses: taiki-e/install-action@v2 with: tool: cargo-fuzz - name: cargo fuzz run deserialize -- -max_total_time=5 run: cargo fuzz run deserialize -- -max_total_time=5 -