aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Edwards <youwontforgetthis@gmail.com>2024-06-18 10:16:30 +0100
committerMax Edwards <youwontforgetthis@gmail.com>2024-06-18 10:16:30 +0100
commit518b06c4b889d71a3fdd61f8fe38d519ea5e4a1b (patch)
tree44fd942808ac12e972f376ae867c6b43b5475613
parent41544b8f96dbc9c6b8998acd6522200d67cdc16d (diff)
downloadbitcoin-518b06c4b889d71a3fdd61f8fe38d519ea5e4a1b.tar.xz
ci: remove unused bcc variable from workflow
-rw-r--r--.github/workflows/ci.yml1
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