From 347d5d02de13bd984f8fff92d9335cba3b01e1f4 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 7 Oct 2025 15:14:24 +0200 Subject: [PATCH] Add codex_enable_api_debug_peers param when building on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69932b5..1d334da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: sudo apt-get update sudo apt-get install -y build-essential cmake curl git rustc cargo make update - make libcodex + CODEX_LIB_PARAMS="-d:codex_enable_api_debug_peers=true" make libcodex - name: Build codex go run: |