Skip to content

Commit

Permalink
Switch to gettext 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Dec 2, 2024
1 parent 38cd41c commit 303f4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if ($v -eq '') { $v = '1.17' }
Write-Output -InputObject "ICONV_VERSION=$v" >>"$env:GITHUB_ENV"
$v = '${{ github.event.inputs.gettext-version }}'.Trim()
if ($v -eq '') { $v = '0.22.5a' }
if ($v -eq '') { $v = '0.23' }
Write-Output -InputObject "GETTEXT_VERSION=$v" >>"$env:GITHUB_ENV"
-
name: Checkout
Expand Down

0 comments on commit 303f4e4

Please sign in to comment.