Remove --locked flag from build command
This commit is contained in:
parent
4f576ca4f7
commit
73da9f29cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue