There was an error while loading. Please reload this page.
1 parent 1e27ce0 commit 7795f9dCopy full SHA for 7795f9d
1 file changed
.github/workflows/R-CMD-check-occasional.yaml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
os: [ubuntu-latest]
20
r: ['3.5','release','devel']
21
- locale: [ 'ru_RU.KOI8-R','zh_CN.GB18030' ]
+ locale: [ 'ru_RU.KOI8-R','zh_CN.GB18030', 'hu_HU.utf8' ]
22
# we're constrained by GHA inflexibility to do a tedious thing here with 'exclude' below.
23
# better would be for GHA to support multiple 'matrix' configs (one for ubuntu, one for other OS);
24
# an approach with multiple jobs would tediously require copy-pasting the _rest_ of the steps
0 commit comments