Fixing the build script for gitea.
Some checks failed
Build Tavernworks / Explore-Gitea-Actions (push) Failing after 1m49s

This commit is contained in:
2025-10-11 20:19:40 -04:00
parent ee82498161
commit 4c03aea947

View File

@ -27,6 +27,10 @@ jobs:
pwd pwd
ls -la ls -la
cd "$SOURCE_DIR" cd "$SOURCE_DIR"
echo "Current Shell: $SHELL"
echo "PATH=$PATH"
. ~/.profile
echo "PATH=$PATH"
echo "Building release." echo "Building release."
cargo build --release cargo build --release
echo "Installing loreweaver." echo "Installing loreweaver."