fix: Explicitly enable chat feature in CI build
All checks were successful
BotServer CI / build (push) Successful in 7s
All checks were successful
BotServer CI / build (push) Successful in 7s
This commit is contained in:
parent
90b097ea50
commit
8c9a21d586
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
- name: Build BotServer
|
||||
working-directory: /opt/gbo/ci/botserver
|
||||
run: |
|
||||
cargo build -p botserver -j 8 2>&1 | tee /tmp/build.log
|
||||
cargo build -p botserver --features chat -j 8 2>&1 | tee /tmp/build.log
|
||||
ls -lh target/debug/botserver
|
||||
sccache --show-stats || true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue