Setup localazy before running it.
From https://localazy.com/docs/cli/installation#debianubuntu
This commit is contained in:
parent
35d02a4271
commit
72b1e9d57c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/sync-localazy.yml
vendored
5
.github/workflows/sync-localazy.yml
vendored
|
|
@ -15,6 +15,11 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.8
|
||||
- name: Setup Localazy
|
||||
run: |
|
||||
curl -sS https://dist.localazy.com/debian/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/localazy.gpg
|
||||
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/localazy.gpg] https://maven.localazy.com/repository/apt/ stable main" | sudo tee /etc/apt/sources.list.d/localazy.list
|
||||
sudo apt-get update && sudo apt-get install localazy
|
||||
- name: Run Localazy script
|
||||
run: ./tools/localazy/downloadStrings.sh --all
|
||||
- name: Create Pull Request for Strings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue