Investigate GH Actions CI failure

This commit is contained in:
2026-02-22 11:34:45 -08:00
parent c480fe6ad4
commit e1ffd8770f
3 changed files with 43 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ if [[ ! -f "$REPO_ROOT/launcher/main.ts" ]]; then
exit 1
fi
if ! rg -n --fixed-strings -- "--outfile=\"\$(LAUNCHER_OUT)\"" "$REPO_ROOT/Makefile" >/dev/null; then
if ! grep -Fn -- "--outfile=\"\$(LAUNCHER_OUT)\"" "$REPO_ROOT/Makefile" >/dev/null; then
echo "[FAIL] Makefile build-launcher target is not writing to dist/launcher/subminer"
exit 1
fi