Skip to content

Commit ed079a5

Browse files
committed
ci: gettext-iconv bump to v0.25-v1.17 on Windows
1 parent d1acdbf commit ed079a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
Get-Location | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
9696
popd
9797
98-
$gettexturl = "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.21-v1.16/gettext0.21-iconv1.16-static-64.zip"
98+
$gettexturl = "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.25-v1.17/gettext0.25-iconv1.17-static-64.zip"
9999
Invoke-WebRequest -Uri $gettexturl -OutFile ".\gettext.zip"
100100
Expand-Archive ".\gettext.zip" -DestinationPath gettext
101101
pushd gettext/bin

0 commit comments

Comments
 (0)