ci: install latest Azure CLI for APT sync (#10678)

Whichever version of the CLI is installed on the GitHub runners doesn't
appear to be able to run our script (which works just fine locally).
This commit is contained in:
Thomas Eizinger
2025-10-22 16:09:13 +11:00
committed by GitHub
parent c795e0da72
commit c197d37aaa
2 changed files with 16 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- uses: ./.github/actions/setup-azure-cli
- run: scripts/sync-apt.sh
env:
AZURERM_ARTIFACTS_CONNECTION_STRING: ${{ secrets.AZURERM_ARTIFACTS_CONNECTION_STRING }}