Applying additional cache fixes

This commit is contained in:
Ryan Ward
2026-06-01 13:02:22 -05:00
parent 8c0a2d67cb
commit 7f039d2c08
12 changed files with 1326 additions and 187 deletions
+4 -1
View File
@@ -89,8 +89,11 @@ else
fi
# ---------- 5. Build ----------
info "Building and bundling $APP_NAME (release)..."
info "Fetching dependencies..."
pushd "$CLONE_DIR" > /dev/null
cargo fetch
info "Building and bundling $APP_NAME (release)..."
cargo bundle --release --bin "$BUNDLE_BIN" --package "$BUNDLE_PKG"
popd > /dev/null