ci: fix typo in brew command

This commit is contained in:
mahee96
2026-02-24 20:35:50 +05:30
parent 967b9f7572
commit 47db2c3d5d
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: brew install ldid && xcbeautify - run: brew install ldid xcbeautify
# -------------------------------------------------- # --------------------------------------------------
# runtime env setup # runtime env setup

View File

@@ -52,7 +52,7 @@ jobs:
) )
echo "should_skip=$SHOULD_SKIP" >> $GITHUB_OUTPUT 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' if: steps.build_gate.outputs.should_skip != 'true'
# -------------------------------------------------- # --------------------------------------------------