mirror of
https://github.com/PabloMK7/citra
synced 2024-11-14 20:58:23 +00:00
Fix Transifex Synchronization (#5605)
* ci: fix transifex script permissions * ci: recursively checkout for Transifex action
This commit is contained in:
parent
1aaec7938f
commit
4efeace8ee
2 changed files with 2 additions and 0 deletions
0
.ci/transifex/docker.sh
Normal file → Executable file
0
.ci/transifex/docker.sh
Normal file → Executable file
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -102,6 +102,8 @@ jobs:
|
|||
if: ${{ github.repository == 'citra-emu/citra' && !github.head_ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Update Translation
|
||||
run: ./.ci/transifex/docker.sh
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue