From 58496ec1cd1249f383f14b85aa55265639ab97fe Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:31:01 -0700 Subject: [PATCH] remove chat-cli ci envvar --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 092e786..2e44472 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: # build` uses the runner's system glibc, which is older than Nix's and # mismatches it at runtime (libc.so.6: version `GLIBC_ABI_DT_X86_64_PLT' # not found, required by Nix glibc's libm.so.6). - - name: Build chat-cli (logos-delivery) - run: nix develop -c bash -c 'LOGOS_DELIVERY_LIB_DIR=./result/lib cargo build --release -p chat-cli' + - name: Build chat-cli + run: nix develop -c bash -c 'cargo build -p chat-cli' - name: Run chat-cli smoketest run: nix develop -c ./target/release/chat-cli --name ci-test --smoketest