refactor: Fix github build pipeline

This commit is contained in:
0xalivecow 2024-10-26 18:51:07 +02:00
parent 7564869ea8
commit 8e9388c353
No known key found for this signature in database
5 changed files with 60 additions and 9 deletions

5
kauma
View file

@ -1,7 +1,4 @@
#!/bin/bash
export OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu
export OPENSSL_INCLUDE_DIR=/usr/include/openssl
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd $SCRIPT_DIR
cargo run --release --locked --offline -- $@
cargo run --release --locked --offline -- --verbose $@