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