mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-27 19:49:31 +00:00
remove chat-cli ci envvar
This commit is contained in:
parent
cc5ae779a5
commit
58496ec1cd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user