We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1acdbf commit ed079a5Copy full SHA for ed079a5
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
Get-Location | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
96
popd
97
98
- $gettexturl = "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.21-v1.16/gettext0.21-iconv1.16-static-64.zip"
+ $gettexturl = "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.25-v1.17/gettext0.25-iconv1.17-static-64.zip"
99
Invoke-WebRequest -Uri $gettexturl -OutFile ".\gettext.zip"
100
Expand-Archive ".\gettext.zip" -DestinationPath gettext
101
pushd gettext/bin
0 commit comments