Add codex_enable_api_debug_peers param when building on CI

This commit is contained in:
Arnaud 2025-10-07 15:14:24 +02:00
parent da4b5bef8d
commit 347d5d02de
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -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: |