diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 07bbd7e1a..d7d4f2ab1 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -80,7 +80,8 @@ jobs: - name: Build debug working-directory: workspace run: | - cargo build -p botserver -p botui --features botui/embed-ui -j 8 2>&1 | tee /tmp/build.log + cargo build -p botserver -j 8 2>&1 | tee /tmp/build.log + cargo build -p botui --features embed-ui -j 8 2>&1 | tee -a /tmp/build.log ls -lh target/debug/botserver ls -lh target/debug/botui sccache --show-stats || true