Skip to content

Commit

Permalink
update l10n build
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 12, 2024
1 parent 66d4faa commit 460385b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
name: Compile updated translations and commit changes
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
cache: 'pip'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 460385b

Please sign in to comment.