build: Azure CLI install step not needed (#42410)

This commit is contained in:
Shelley Vohr
2024-06-07 19:05:15 +02:00
committed by GitHub
parent 25ed286706
commit 84e15e2d04
2 changed files with 0 additions and 96 deletions

View File

@@ -54,8 +54,6 @@ jobs:
with:
path: src/electron
fetch-depth: 0
- name: Install Azure CLI
run: sudo bash ./src/electron/script/azure_cli_deb_install.sh
- name: Set GIT_CACHE_PATH to make gclient to use the cache
run: |
echo "GIT_CACHE_PATH=$(pwd)/git-cache" >> $GITHUB_ENV
@@ -211,9 +209,6 @@ jobs:
with:
path: src/electron
fetch-depth: 0
- name: Install Azure CLI
run: |
brew update && brew install azure-cli
- name: Setup Node.js/npm
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with: