From 5e9eff53ad9dbd0e07bd9fd06497a727e2fea911 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 11 Mar 2026 19:58:37 -0700 Subject: [PATCH] Update BUILD.yml --- .github/workflows/BUILD.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/BUILD.yml b/.github/workflows/BUILD.yml index 8e8eed5..5efb770 100644 --- a/.github/workflows/BUILD.yml +++ b/.github/workflows/BUILD.yml @@ -7,7 +7,5 @@ jobs: steps: - uses: actions/checkout@v6 - uses: oven-sh/setup-bun@v2 - with: - bun-version: latest - run: bun install && bun run build - run: git config user.name github-actions[bot] && git config user.email github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push