Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

FFmpeg: adapt to ffmpeg7 for dumping. (#248) #83

FFmpeg: adapt to ffmpeg7 for dumping. (#248)

FFmpeg: adapt to ffmpeg7 for dumping. (#248) #83

Workflow file for this run

name: citra-transifex
on:
push:
branches: [ master ]
jobs:
transifex:
runs-on: ubuntu-latest
container: pablomk7/build-environments:linux-fresh
if: ${{ github.repository == 'citra-emu/citra' }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Update Translation
run: ./.ci/transifex.sh
env:
TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}