[skip ci] Fix "update_i18n_languages" workflow dependency installation
This commit is contained in:
4
.github/workflows/update_i18n_languages.yml
vendored
4
.github/workflows/update_i18n_languages.yml
vendored
@@ -31,7 +31,9 @@ jobs:
|
|||||||
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn ci
|
run: |
|
||||||
|
cd master
|
||||||
|
yarn ci
|
||||||
|
|
||||||
- name: Update i18n resources
|
- name: Update i18n resources
|
||||||
run: yarn i18n:gen-resources
|
run: yarn i18n:gen-resources
|
||||||
|
|||||||
Reference in New Issue
Block a user