diff options
author | Max Edwards <youwontforgetthis@gmail.com> | 2024-06-18 10:16:30 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-06-19 12:49:04 +0100 |
commit | f34e44616d24ad19f87fced8216d5ff23e5a27c8 (patch) | |
tree | fd3bc7cc6c689b5ddea2d28d1231cb5bcc528335 | |
parent | 0d524b14847f94d6e19413fde27f12e39e34694c (diff) |
ci: remove unused bcc variable from workflow
Github-Pull: #30299
Rebased-From: 518b06c4b889d71a3fdd61f8fe38d519ea5e4a1b
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeba2975ba..7859a721c2 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 |