From ce902c17e3199f1f0f20266827622dbed5cfcc90 Mon Sep 17 00:00:00 2001 From: Estelle Comment Date: Thu, 8 Feb 2024 17:38:04 +0100 Subject: [PATCH] i18n in CI : add yarn-linked-repositories install --- .github/workflows/tchap_static_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tchap_static_analysis.yaml b/.github/workflows/tchap_static_analysis.yaml index 15a32174aa..bc9928c519 100644 --- a/.github/workflows/tchap_static_analysis.yaml +++ b/.github/workflows/tchap_static_analysis.yaml @@ -90,7 +90,7 @@ jobs: # Needs branch matching as it inherits .stylelintrc.js from matrix-react-sdk - name: Install Dependencies - run: "yarn install --pure-lockfile" + run: "./scripts/tchap/install-yarn-linked-repositories.sh" - name: Run i18n-tchap run: "yarn i18n-tchap"