Skip to content

Commit

Permalink
Run non-UTF8 locale R CMD check on R-release
Browse files Browse the repository at this point in the history
As decided in #2295
  • Loading branch information
IndrajeetPatil committed Dec 3, 2023
1 parent ad20686 commit a949d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Use older ubuntu to maximise backward compatibility
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release', locale: 'en_US'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release', locale: 'zh_CN'}
- {os: ubuntu-latest, r: 'release', http-user-agent: 'release', locale: 'zh_CN'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
Expand Down

0 comments on commit a949d64

Please sign in to comment.