remove enable-debugbuild

This commit is contained in:
Roei Erez
2023-12-06 13:42:06 +02:00
parent b4b9e886bc
commit 27bf350a93
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ runs:
if: steps.cache-core-lightning.outputs.cache-hit != 'true'
run: |
cd lightning_git
./configure --enable-debugbuild --enable-rust
./configure --enable-rust
poetry install
poetry run make -j `nproc`
shell: bash