We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbd435 commit 19e0318Copy full SHA for 19e0318
.github/workflows/build-and-test.yml
@@ -83,8 +83,14 @@ jobs:
83
run: |
84
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
85
"C:\Program Files\7-Zip\7z.exe" x mesa.7z
86
- dir
87
systemwidedeploy.cmd 1
+ - if: matrix.os == 'windows-latest'
88
+ name: Set locale
89
+ shell: pwsh
90
+ run: |
91
+ Set-Culture pl-PL
92
+ Set-WinSystemLocal -SystemLocale pl-PL
93
+ Set-WinUILanguageOverride -Language pl-PL
94
- name: Install python dependencies
95
shell: bash
96
0 commit comments