mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
Fix Crowdin Daily Action
Python module installation
This commit is contained in:
parent
673d77284d
commit
dc8b6a93d4
2
.github/workflows/crowdin-daily.yml
vendored
2
.github/workflows/crowdin-daily.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
|
||||
run: |
|
||||
cd intl
|
||||
python3 -m pip install requests yaml
|
||||
python3 -m pip install requests PyYAML
|
||||
python3 crowdin_sync.py "$CROWDIN_API_KEY"
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
|
Loading…
x
Reference in New Issue
Block a user