Skip to content

Commit

Permalink
chore: accept all agreements in winget install
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 19, 2024
1 parent a55217f commit 4df2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Install az cli (windows)
if: matrix.osname == 'win'
run: winget install -e --id Microsoft.AzureCLI
run: winget install --accept-package-agreements --accept-source-agreements -e --id Microsoft.AzureCLI

- name: Test az cli
run: az --version
Expand Down

0 comments on commit 4df2f16

Please sign in to comment.