Skip to content

Commit

Permalink
Use CLDR 37
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Oct 29, 2024
1 parent 49e9186 commit 449dcdd
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 @@ -126,7 +126,7 @@ jobs:
shell: pwsh
run: |
$v = '${{ github.event.inputs.cldr-version }}'.Trim()
if ($v -eq '') { $v = '45' }
if ($v -eq '') { $v = '37' }
Write-Output -InputObject "CLDR_VERSION=$v" >>"$env:GITHUB_ENV"
$v = '${{ github.event.inputs.iconv-version }}'.Trim()
if ($v -eq '') { $v = '1.17' }
Expand Down

0 comments on commit 449dcdd

Please sign in to comment.