Remove --locked flag from build command

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-25 17:09:17 -03:00
parent 4f576ca4f7
commit 73da9f29cb

View file

@ -69,7 +69,7 @@ jobs:
- name: Build debug
working-directory: workspace
run: |
cargo build -p botserver -p botui --locked -j 1 2>&1 | tee /tmp/build.log
cargo build -p botserver -p botui -j 1 2>&1 | tee /tmp/build.log
ls -lh target/debug/botserver
ls -lh target/debug/botui