Skip to content

Commit e181334

Browse files
committed
Install azure CLI ourselves.
1 parent f797532 commit e181334

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/az-debugging.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@ jobs:
3434

3535
- name: Azure CLI script
3636
if: "!cancelled()"
37-
uses: azure/cli@v2
38-
with:
39-
azcliversion: latest
40-
inlineScript: |
41-
az trustedsigning certificate-profile list -g ZMKStudio --account-name ZMKStudio
37+
run: pip install --user azure-cli
38+
az trustedsigning certificate-profile list -g ZMKStudio --account-name ZMKStudio

0 commit comments

Comments
 (0)