From ee9e7eee52eb407db096e1da130eb5628bb0ae66 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:34:57 +0100 Subject: [PATCH] fix tabs --- .github/workflows/build_bromite.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_bromite.yaml b/.github/workflows/build_bromite.yaml index b07c1ce..0c71a95 100644 --- a/.github/workflows/build_bromite.yaml +++ b/.github/workflows/build_bromite.yaml @@ -332,9 +332,9 @@ jobs: #$WORKSPACE/package_index/latest/package_index \ # --checkout_dir $WORKSPACE/chromium/src \ # --path_to_compdb out/bromite/compile_commands.json \ - # --path_to_gn_targets out/bromite/gn_targets.json \ + # --path_to_gn_targets out/bromite/gn_targets.json \ # --path_to_java_kzips $KYTHE_OUTPUT_DIRECTORY \ - # --path_to_archive_output out/bromite/chromium_linux.kzip \ + # --path_to_archive_output out/bromite/chromium_linux.kzip \ # --corpus $KYTHE_CORPUS - name: Build junit tests