From f34e44616d24ad19f87fced8216d5ff23e5a27c8 Mon Sep 17 00:00:00 2001 From: Max Edwards Date: Tue, 18 Jun 2024 10:16:30 +0100 Subject: [PATCH] ci: remove unused bcc variable from workflow Github-Pull: #30299 Rebased-From: 518b06c4b889d71a3fdd61f8fe38d519ea5e4a1b --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeba2975ba3..7859a721c25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -303,7 +303,6 @@ jobs: timeout-minutes: 120 env: FILE_ENV: "./ci/test/00_setup_env_native_asan.sh" - INSTALL_BCC_TRACING_TOOLS: true steps: - name: Checkout uses: actions/checkout@v4