fix(installer): fall back when brew install fails (#2881)

This commit is contained in:
Angular
2026-05-20 15:14:18 +08:00
committed by GitHub
parent 9d3b6e2241
commit edded77691
3 changed files with 113 additions and 6 deletions

View File

@@ -77,6 +77,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Test shell installers
run: bash scripts/install.test.sh
- name: Setup Go
uses: actions/setup-go@v5
with: