Skip to content

Commit 4627061

Browse files
committed
wip: language
1 parent ddbd435 commit 4627061

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-and-test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,14 @@ jobs:
8383
run: |
8484
curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/24.2.7/mesa3d-24.2.7-release-msvc.7z
8585
"C:\Program Files\7-Zip\7z.exe" x mesa.7z
86-
dir
8786
systemwidedeploy.cmd 1
87+
- if: matrix.os == 'windows-latest'
88+
name: Set locale
89+
shell: pwsh
90+
run: |
91+
Set-Culture pl-PL
92+
Set-WinSystemLocale -SystemLocale pl-PL
93+
Set-WinUILanguageOverride -Language pl-PL
8894
- name: Install python dependencies
8995
shell: bash
9096
run: |

0 commit comments

Comments
 (0)