diff --git a/.github/workflows/auto-sync.yml b/.github/workflows/auto-sync.yml index 6cdaaf3251..5ecbe77d22 100644 --- a/.github/workflows/auto-sync.yml +++ b/.github/workflows/auto-sync.yml @@ -47,6 +47,7 @@ jobs: ./src/autosync/ASUpdater.py -d -a ARM -s IncGen ./src/autosync/ASUpdater.py -d -a PPC -s IncGen ./src/autosync/ASUpdater.py -d -a LoongArch -s IncGen + ./src/autosync/ASUpdater.py -d -a Mips -s IncGen - name: CppTranslator - Patch tests run: | @@ -62,6 +63,7 @@ jobs: ./src/autosync/ASUpdater.py --ci -d -a ARM -s Translate ./src/autosync/ASUpdater.py --ci -d -a PPC -s Translate ./src/autosync/ASUpdater.py --ci -d -a LoongArch -s Translate + ./src/autosync/ASUpdater.py --ci -d -a Mips -s Translate - name: Test Header patcher run: |