Skip to content

Commit

Permalink
Use apt-get instead of apt in translations workflow
Browse files Browse the repository at this point in the history
- Fixes warning in workflow output
- Also update checkout to v4
  • Loading branch information
ajtribick committed Dec 27, 2023
1 parent eb10d0a commit a697e13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- name: 'Install dependencies'
run: |
sudo apt update
sudo apt install -y gettext
sudo apt-get update
sudo apt-get install -y gettext
- name: 'Checkout source code'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Validate translations'
working-directory: ${{github.workspace}}/po
Expand Down

0 comments on commit a697e13

Please sign in to comment.