remove chat-cli ci envvar

This commit is contained in:
Jazz Turner-Baggs 2026-06-24 06:31:01 -07:00
parent cc5ae779a5
commit 58496ec1cd
No known key found for this signature in database

View File

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