Skip to content

Commit

Permalink
wip: language
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Nov 27, 2024
1 parent ddbd435 commit 19e0318
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,14 @@ jobs:
run: |
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
"C:\Program Files\7-Zip\7z.exe" x mesa.7z
dir
systemwidedeploy.cmd 1
- if: matrix.os == 'windows-latest'
name: Set locale
shell: pwsh
run: |
Set-Culture pl-PL
Set-WinSystemLocal -SystemLocale pl-PL
Set-WinUILanguageOverride -Language pl-PL
- name: Install python dependencies
shell: bash
run: |
Expand Down

0 comments on commit 19e0318

Please sign in to comment.