Skip to content

Commit

Permalink
Add force command to powershell package installation command.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Oct 9, 2024
1 parent 42f1e5c commit 0b41cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install-powershell-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
if: runner.os == 'Windows'
shell: pwsh
run: |
Install-Module -Name SignPath
Install-Module -Name SignPath -MinimumVersion 4.4.1 -Force

0 comments on commit 0b41cb8

Please sign in to comment.