[skip ci] Fix "update_i18n_languages" workflow dependency installation

This commit is contained in:
schroda
2025-07-12 01:20:23 +02:00
parent 7241f88a0f
commit a77a587e59

View File

@@ -31,7 +31,9 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn ci
run: |
cd master
yarn ci
- name: Update i18n resources
run: yarn i18n:gen-resources