mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
3
.github/workflows/_apt.yml
vendored
3
.github/workflows/_apt.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user