File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 27
27
28
28
- { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
29
29
- { os: ubuntu-latest, r: "devel", locale: "en_US" }
30
- # - { os: ubuntu-latest, r: "release", locale: "zh_CN" }
30
+ - { os: ubuntu-latest, r: "release", locale: "zh_CN" }
31
31
- { os: ubuntu-latest, r: "oldrel-1" }
32
32
- { os: ubuntu-latest, r: "oldrel-2" }
33
33
- { os: ubuntu-latest, r: "oldrel-3" }
39
39
40
40
steps :
41
41
- name : Set locale
42
- if : matrix.config.locale == 'en_US'
43
- run : |
44
- sudo locale-gen en_US
45
- echo "LC_ALL=en_US" >> $GITHUB_ENV
46
-
47
- - name : Set locale
48
- if : matrix.config.locale == 'zh_CN'
49
- run : |
50
- sudo locale-gen zh_CN
51
- echo "LC_ALL=zh_CN" >> $GITHUB_ENV
42
+ env :
43
+ OVERRIDE_LOCALE : " ${{ matrix.config.locale }}"
44
+ run : echo $OVERRIDE_LOCALE >> $GITHUB_ENV
52
45
53
46
- uses : actions/checkout@v4
54
47
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ revdep/
16
16
touchstone /*
17
17
! touchstone /config.json
18
18
! touchstone /script.R
19
+ .vscode
You can’t perform that action at this time.
0 commit comments