Skip to content

Commit

Permalink
AllowClobber
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed May 22, 2024
1 parent 21da091 commit 0abb80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Azure Powershell Modules
run: |
if(-not (Get-Module 'Az.Storage' -ListAvailable)) {
Install-Module -Name 'Az.Storage' -Force
Install-Module -Name 'Az.Storage' -Force -AllowClobber
}
- name: Deploy
Expand Down

0 comments on commit 0abb80f

Please sign in to comment.