Skip to content

Commit 12b1344

Browse files
authored
install locale on windows for github actions
1 parent 94bcd41 commit 12b1344

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Install locale (Linux)
3434
if: startsWith(runner.os, 'Linux')
3535
run: sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
36+
- name: Install locale (Windows)
37+
if: startsWith(runner.os, 'Windows')
38+
shell: powershell
39+
run: Install-Language -Language tr-TR
3640
- name: Install pandoc
3741
uses: r-lib/actions/setup-pandoc@v2
3842
with:

0 commit comments

Comments
 (0)