Skip to content

Commit c486435

Browse files
authored
fix: install Az CLI in the ARM64 1ES pool (#1197)
2 parents a01ec79 + 56b47fc commit c486435

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-publish-mcr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ jobs:
115115
- uses: actions/checkout@v5
116116
with:
117117
ref: ${{ needs.prepare-variables.outputs.release_tag }}
118+
- name: 'Install the Azure CLI'
119+
run:
120+
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
118121
- name: 'Login the ACR'
119122
run: |
120123
az login --identity

0 commit comments

Comments
 (0)