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' # --------------------------------------------------