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