diff options
author | Max Edwards <youwontforgetthis@gmail.com> | 2024-06-18 10:16:30 +0100 |
---|---|---|
committer | Max Edwards <youwontforgetthis@gmail.com> | 2024-06-18 10:16:30 +0100 |
commit | 518b06c4b889d71a3fdd61f8fe38d519ea5e4a1b (patch) | |
tree | 44fd942808ac12e972f376ae867c6b43b5475613 /.github | |
parent | 41544b8f96dbc9c6b8998acd6522200d67cdc16d (diff) |
ci: remove unused bcc variable from workflow
Diffstat (limited to '.github')
-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 6f8ef6f98b..ab314c47b6 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 |