From 518b06c4b889d71a3fdd61f8fe38d519ea5e4a1b 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/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f8ef6f98b4..ab314c47b69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -313,7 +313,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