Skip to content

Commit

Permalink
Merge pull request #5379 from deining/fix-static-analysis
Browse files Browse the repository at this point in the history
Fix workflow failing due to missing language tag
  • Loading branch information
andydotxyz authored Jan 13, 2025
2 parents f92cda8 + b0cc199 commit 40c2a56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
libxkbcommon-dev
xorg-dev
xvfb
language-pack-en
if: ${{ runner.os == 'Linux' }}

- name: Set environment variable LANG
run: export LANG=en_EN.UTF-8
if: ${{ runner.os == 'Linux' }}

- name: Tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
libx11-dev
xorg-dev
xvfb
language-pack-en
- name: Set environment variable LANG
run: export LANG=en_EN.UTF-8

- name: Install analysis tools
run: |
Expand Down

0 comments on commit 40c2a56

Please sign in to comment.