Skip to content

Commit 433035b

Browse files
Update Azure CLI setup steps for Windows runners
1 parent 601a3bd commit 433035b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-v2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
- name: Setup Azure CLI
280280
shell: bash
281281
run: |
282-
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
282+
# Azure CLI is pre-installed on Windows runners
283283
az --version # Verify installation
284284
285285
- name: Login to Azure
@@ -362,7 +362,7 @@ jobs:
362362
- name: Setup Azure Developer CLI
363363
shell: bash
364364
run: |
365-
curl -fsSL https://aka.ms/install-azd.sh | sudo bash
365+
curl -fsSL https://aka.ms/install-azd.sh | bash
366366
azd version
367367
368368
- name: Login to Azure
@@ -829,7 +829,7 @@ jobs:
829829
- name: Setup Azure Developer CLI
830830
shell: bash
831831
run: |
832-
curl -fsSL https://aka.ms/install-azd.sh | sudo bash
832+
curl -fsSL https://aka.ms/install-azd.sh | bash
833833
azd version
834834
835835
- name: Login to Azure
@@ -841,7 +841,7 @@ jobs:
841841
- name: Setup Azure CLI for Docker cleanup
842842
shell: bash
843843
run: |
844-
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
844+
# Azure CLI is pre-installed on Windows runners
845845
az --version
846846
847847
- name: Login to Azure CLI for Docker cleanup

0 commit comments

Comments
 (0)