Skip to content

Commit fc36ea2

Browse files
committed
CI in C locale
1 parent 0dd3f44 commit fc36ea2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232

3333
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
3434
- {os: ubuntu-latest, r: 'release'}
35+
- {os: ubuntu-latest, r: 'release', locale: 'C'}
3536
- {os: ubuntu-latest, r: 'oldrel-1'}
3637
- {os: ubuntu-latest, r: 'oldrel-2'}
3738
- {os: ubuntu-latest, r: 'oldrel-3'}
@@ -61,3 +62,5 @@ jobs:
6162
with:
6263
upload-snapshots: true
6364
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
65+
env:
66+
LANG: ${{ matrix.config.locale || 'en_US.UTF8' }}

0 commit comments

Comments
 (0)