Skip to content

Commit

Permalink
deps: update wham to v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 authored Sep 16, 2021
1 parent 630b145 commit 29b4a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $env:DOTNET_NOLOGO = 1
# install wham if necessary
$wham = "$PSScriptRoot/lib/wham"
if ($null -eq (Get-Command $wham -ErrorAction SilentlyContinue)) {
PrintAndInvoke "dotnet tool install wham --version 0.7.0 --tool-path ""$PSScriptRoot/lib"""
PrintAndInvoke "dotnet tool install wham --version 0.13.0 --tool-path ""$PSScriptRoot/lib"""
}

# TODO sometime in future "wham build/ci"
Expand Down

0 comments on commit 29b4a95

Please sign in to comment.