We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bcd41 commit 12b1344Copy full SHA for 12b1344
.github/workflows/main.yml
@@ -33,6 +33,10 @@ jobs:
33
- name: Install locale (Linux)
34
if: startsWith(runner.os, 'Linux')
35
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
40
- name: Install pandoc
41
uses: r-lib/actions/setup-pandoc@v2
42
with:
0 commit comments