From 747bb6449559596a1c4523210f18ac0028274848 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:33:36 +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 61fbc8a..b07c1ce 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