From b4448fcd523bca2fd798e5d9b824dab21c58538e Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Mon, 12 Jul 2021 14:40:03 +0100 Subject: [PATCH] Fix indentation --- .github/workflows/on_PR_linux_fuzz.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/on_PR_linux_fuzz.yml b/.github/workflows/on_PR_linux_fuzz.yml index 3a47e131..ae1d0065 100644 --- a/.github/workflows/on_PR_linux_fuzz.yml +++ b/.github/workflows/on_PR_linux_fuzz.yml @@ -23,8 +23,8 @@ jobs: cmake -DEXIV2_ENABLE_PNG=ON -DEXIV2_ENABLE_WEBREADY=ON -DEXIV2_ENABLE_CURL=ON -DEXIV2_ENABLE_BMFF=ON -DEXIV2_TEAM_WARNINGS_AS_ERRORS=ON -DCMAKE_CXX_COMPILER=$(which clang++) -DEXIV2_BUILD_FUZZ_TESTS=ON -DEXIV2_TEAM_USE_SANITIZERS=ON .. make -j $(nproc) - - name: Fuzz - run: | - cd build - mkdir corpus - ./bin/fuzz-read-print-write corpus ../test/data/ -jobs=$(nproc) -max_total_time=60 -max_len=4096 + - name: Fuzz + run: | + cd build + mkdir corpus + ./bin/fuzz-read-print-write corpus ../test/data/ -jobs=$(nproc) -max_total_time=60 -max_len=4096