From 47db2c3d5d4e4b5c91ef736baf5231952c991e5b Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:35:50 +0530 Subject: [PATCH] ci: fix typo in brew command --- .github/workflows/alpha.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index f7b46211..5ba3efb9 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -31,7 +31,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: brew install ldid && xcbeautify + - run: brew install ldid xcbeautify # -------------------------------------------------- # runtime env setup diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5ec9e84f..8c4be197 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -52,7 +52,7 @@ jobs: ) echo "should_skip=$SHOULD_SKIP" >> $GITHUB_OUTPUT - - run: brew install ldid && xcbeautify + - run: brew install ldid xcbeautify if: steps.build_gate.outputs.should_skip != 'true' # --------------------------------------------------