Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Dec 16, 2024
1 parent f3d8593 commit 2685762
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
- name: Checkout code (Main)
uses: actions/checkout@v4
if: github.event_name != 'pull_request'

- name: Locale init
run: |
sudo locale-gen en_US.UTF-8
sudo update-locale LANG=en_US.UTF-8
- name: pwd
run: |
pwd
# Java and .NET are already installed on ubuntu-latest

Expand Down

0 comments on commit 2685762

Please sign in to comment.