fix build scripts for workflow

This commit is contained in:
nillerusr
2023-11-08 21:58:33 +03:00
parent ab527be41a
commit abb470a471
9 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ git submodule init && git submodule update
sudo apt-get update
sudo apt-get install -y libbz2-dev
./waf configure -T release --sanitize=address,undefined --disable-warns --tests --prefix=out/ --64bits $* &&
./waf configure -T release --sanitize=address,undefined --disable-warns --tests --prefix=out/ $* &&
./waf install &&
cd out &&
LD_LIBRARY_PATH=bin/ ./unittest